Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Panel
nameblue

Shared Note

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

Attributes

NameDescriptionValue
id

Unique Identifier.

anyAny
nameA name that describes the Text AreaThe shared note name.Any
visiblemodesThe modes the button 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 Text Areashared note.'[[pagefunction, datatype, datapath ]]' operator(==,!=) 'value'
readonlyIf is true then text area cannot change valuethe shared note value cannot be changed.true ,or false
readonlyconditions

The conditions that should be met in order to display the  text area 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 parts that should be refreshed when the select box changeshared 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 select box the shared note value is changed.<functions>…</functions>

Example

Expand
titleShared Note
Image RemovedImage Added

 

Code Block
themeEclipse
languagexml
titleShared Note
<sharednote>
    <id>noteSharedNotes</id>
    <name>Shared Notes</name>
    <datapath>sharedNotes</datapath>
    <datatype>sharednote</datatype>
</sharednote>