Empty Section

This section can be used if there is no data to be displayed in the section.

​​

ParameterDescriptionDatatypeMax Limit
nameUnique ID for the sectionString 
layoutType of section layout - Empty SectionString 
titleUnique title for the sectionString30
actionsActions that have to be performedList2
textText that has to be displayedString200
linkURL associated with   
link_hintText that is displayed on hovering over the linkString 
reference_idAdditional values need to be passed to the action handler. This will be available in the target parameter of the action handler as section_reference_idString300

Action structure:

ParameterDescriptionDatatypeMax Limit
labelUnique label for data itemsString30
name

Unique name for each element

String50
reference_idAdditional values need to be passed to the action handler. This will be available in the target parameter of the action handler as action_reference_idString300

Note:

If the data type is String then the Max Limit indicates the character limit and if the datatype is List, then it indicates the maximum number of values that can be included in the list

Sample Code:

Copied{
       "name":"returned",
       "title":"Requests to return",
       "layout":"empty",
       "text":"There are no pending requests",
       "link_hint":"Click to view complete profile",
       "link":"https://www.zylker.com/crm/org6315593/tab/Leads/2285001987010",
       "actions":[
               {
                    "name":"addReturnRequest",
                    "label":"Add request"
                    "reference_id":"1"
                 }
            ]
"reference_id":"2"
}