When the condition is not actor initiator, I would like the field (ActionCommentHRBP) to be required on the action configuration.
I'm stuck trying to get the field rules to work syntactically ....any ideas?
Thanks
Maybe something like....
when (not actor.initiator)
required
or
if (actor.initiator != exists)
The syntax seems ok with
Got things to work by using parameter rule as opposed to field rule.
I am still trying to understand the difference. I'm open for an explanation from anyone else
let me know if this helps with the parameter rules explanation - docs.infor.com/.../inforlandmarkconfigurationconsolelpl.pdf
also - i think this is along the same lines - but we have some fields that we make visible for only certain rules. something to consider if you want it to only be visible to certain scenario/actors instead of all the time regardless if data is needed in the field. using the 'visible when'