Hi,
there's a Entity "Transactions" with > 200 Members
theres a Attribute Transactions.isCurrent with possible value 1 or 0
When for a member the attribute isCurrent=0 i want prevent the users to modify any attributes of this specific member.
Is this possible via Business Rule?
There's no condition like "attribute change" where i could add all relevant attributes (would have to do nested ANDs)
There's also no action like "Set (all) attribtues read/only" i don't wan't so set the action "validation failed" i just want to make all members attributes read-only or revert any inputs done!
Doing the needed logic via "Security" is also no option as i can only secure Columns/Attributes but not Rows/Members with security, right!?
Thanks,
JJ