Shared Note

Shared Note

This element is used to display a shared note text area on the page.

Attributes

NameDescriptionValue
id

Unique Identifier.

Any
nameThe shared note name.Any
visiblemodesThe modes the shared note should be visible.A comma-separated list of the modes (read, new, edit)
visibilityconditionsThe conditions that should be met in order to display the shared note.'[[pagefunction, datatype, datapath ]]' operator(==,!=) 'value'
readonlyIf 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
datapathThe data path field name.Needs to correspond to the CRMDO object field
datatypeThe type of datapath field.sharednote
refreshThe 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

onchangeDefines the function call(s) triggered when the shared note value is changed.<functions>…</functions>

Example

 Shared Note

 

Shared Note
<sharednote>
    <id>noteSharedNotes</id>
    <name>Shared Notes</name>
    <datapath>sharedNotes</datapath>
    <datatype>sharednote</datatype>
</sharednote>
            Â