A specialized condition type for evaluating LimeObject instances.
LimeObject conditions are the most common type of condition, used to control
UI elements based on the state of business objects (deals, contacts, companies, etc.).
The evaluate function receives a LimeObject and can check any of its properties
to determine if the condition is met.
A specialized condition type for evaluating LimeObject instances.
LimeObject conditions are the most common type of condition, used to control UI elements based on the state of business objects (deals, contacts, companies, etc.). The evaluate function receives a LimeObject and can check any of its properties to determine if the condition is met.
Example
Condition based on object status
Example
Condition for conditional action visibility
See