Show a button if the selected entry has certain conditions ("Test.Lookup == Test 1")
Example
Card: Lead
Lookup: Stage Lead
value: one of the stages
diff: /**SCHEMA_DIFF*/[
{
"operation": "insert",
"name": "NewButton",
"values": {
"itemType": 5,
"style": "red",
"caption": {"bindTo": "Resources.Strings.NewButtonCaption"},
"click": {"bindTo": "onProcess1"},
"enabled": true,
"visible": true,
/**How to Show/Hide the custom button
"classes": {
"textClass": [
"actions-button-margin-right"
]
}
},
"parentName": "ActionButtonsContainer",
"propertyName": "items",