customize CPActionCondition<InboxRoom, RuleAction> {
allowed = expression {
true;
}
}
boolean
FSCTEAMROOM@1.1001:CPActionCondition(
key ObjectClass
inboxobjclass,
key ObjectClass
actionobjclass,
out retval boolean
allowed)
Name |
Description |
inboxobjclass |
applies to inboxes of the defined object class
|
actionobjclass |
applies to actions of the defined object class
|
allowed |
defines the expression to evaluate whether the action is allowed for the inbox
|
Additional Information