I have a series of attributes that can only be edited on one special form but be READ_ONLY on other forms;
*) So, I can't use PROTECT to make them READ_ONLY, because I can't set in rule to Protect an attribute if user is a special form.
*) I was going to have another attribute as a flag in LoggedInUser when user goes into Special form or Normal form, since there is no event when a form starts, I can't set that flag.
*) I was going to create a series of ShortCuts to those attributes to use them as READ_ONLY, but shortCuts don't work with the attributes in the same BO.
*) If I make them CALCULATED, then user can't edit them.
Do you guys know a clean way to solve this problem.