Empty Section
This section can be used if there is no data to be displayed in the section.
Parameter | Description | Datatype | Max Limit |
name | Unique ID for the section | String | |
layout | Type of section layout - Empty Section | String | |
title | Unique title for the section | String | 30 |
actions | Actions that have to be performed | List | 2 |
text | Text that has to be displayed | String | 200 |
link | URL associated with | ||
link_hint | Text that is displayed on hovering over the link | String | |
reference_id | Additional values need to be passed to the action handler. This will be available in the target parameter of the action handler as section_reference_id | String | 300 |
Action structure:
Parameter | Description | Datatype | Max Limit |
label | Unique label for data items | String | 30 |
name | Unique name for each element | String | 50 |
reference_id | Additional values need to be passed to the action handler. This will be available in the target parameter of the action handler as action_reference_id | String | 300 |
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"
}