Row Selector

Row Selector

This element is used to display a check box on the rows of a tab. This check box is used by the user to select specific tab rows.

Attributes

NameDescriptionValue
id

Unique Identifier.

Any
datapathThe data path field name.Needs to correspond to the CRMDO object field

Example

 Row Selector

 

Row Selector
<rowselector>
	<id>rowID</id>
	<datapath>id</datapath>
</rowselector>