BTW @emre, the Event for Entity Updated
is the one that does not have access to the Entity Name.
It has access to Entity Type, but not the Entity Name itself. This is why I am storing the Table Name when the Entity is selected, or when the Ticket Entity is changed. That way I have access to the Table Name via a Program Setting.
I wanted to use this in the Constraint, but it has no value for some reason:
{SETTING:OStatus_{SETTING:OStatus_Table}}
To reproduce this problem, remove the 2nd Constraint from the following Rule:
These 2 Show Message Actions are in the SAME RULE, as shown above. They both attempt to display the nested Setting {SETTING:OStatus_{SETTING:OStatus_Table}}
, but only the 2nd Message contains a value for this Setting…