Shared Note
Shared Note
This element is used to display a shared note text area on the page.
Attributes
Name | Description | Value |
---|---|---|
id | Unique Identifier. | Any |
name | The shared note name. | Any |
visiblemodes | The modes the shared note should be visible. | A comma-separated list of the modes (read, new, edit) |
visibilityconditions | The conditions that should be met in order to display the shared note. | '[[pagefunction, datatype, datapath ]]' operator(==,!=) 'value' |
readonly | If true then the shared note value cannot be changed. | true or false |
readonlyconditions | The conditions that should be met in order to display the shared note in read only mode. | '[[pagefunction, datatype, datapath |
datapath | The data path field name. | Needs to correspond to the CRMDO object field |
datatype | The type of datapath field. | sharednote |
refresh | The parts of the page that should be refreshed when the shared note value is changed. | page mainmenu main details tab,tabID component,is_on_tab:is_on_menu:tabID:componentID element,is_on_tab:is_on_menu:tabid:componentID:elementID section,sectionID area,areaID |
onchange | Defines the function call(s) triggered when the shared note value is changed. | <functions>…</functions> |