{
"sections": [
"title",
"description",
"supported_soap_calls",
"fields",
"wsdl_segment"
],
"title": "CustomNotifActionDef (Beta) - Tooling API",
"description": "Represents the metadata associated with a mobile action group notification definition. This object is available in API version 66.0 and later.",
"supported_soap_calls": "`create()`, `delete()`, `describeSObjects()`, `query()`, `retrieve()`, `update()`, `upsert()`",
"fields_columns": [
"type",
"properties",
"description",
"relationship_name",
"relationship_type",
"refers_to"
],
"fields": {
"ActionGroupId": {
"type": "reference",
"properties": "Create, Filter, Group, Sort",
"description": "Unique identifier for the field. This field is a relationship field.",
"relationship_name": "ActionGroup",
"relationship_type": "Master-detail",
"refers_to": "CustomNotificationActionGroup (the master object)"
},
"ActionName": {
"type": "string",
"properties": "Create, Filter, Group, Sort",
"description": "Name of the mobile action group. Use a unique name per custom notification type. The field can contain only underscores and alphanumeric characters. It must begin with a letter, not include spaces, not end with an underscore, and not contain two consecutive underscores."
},
"ActionOrder": {
"type": "int",
"properties": "Create, Filter, Group, Sort, Update",
"description": "Order in which this action appears in the mobile action group. Select a number between 1 and 3, as there are 3 maximum actions in a group."
},
"ActionType": {
"type": "picklist",
"properties": "Create, Filter, Group, Restricted picklist, Sort, Update",
"description": "Possible values are: NotificationApiAction Share"
},
"Label": {
"type": "string",
"properties": "Create, Filter, Group, Sort, Update",
"description": "Label for the action."
},
"TargetId": {
"type": "reference",
"properties": "Create, Filter, Group, Nillable, Sort, Update",
"description": "This relationship field is the name of the ApexClass that implements handling of the action. TargetId is used only when the ActionType is set to NotificationApiAction.",
"relationship_name": "Target",
"refers_to": "ApexClass"
}
},
"wsdl_segment": "```xml\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n \n\n```"
}