Hi there,
I am currently struggeling in resolving my requirements. Maybe someone can help out:
I have an entity where all fields should be editablle on the form. For that enitity I enabled the editable grid, because grouping is needed for the users. But: the should not be allowed to change any values on the editable grid view.
Therefor I created a business rule on entity scope, that locks the fields. This was successfull and the fields are now locked in the editable grid view, but as well (guess what) on the forms. I tried now to create a second business ule with scope all forms to unlock the fields on the form and activated it after the one with entity scope to have them executed in the right order.
I was expecting the fields on the editable grid still beeing locked because of the business rule with entity scope and those on the forms being unlocked because of the all forms sciope rule unlocking them. Instead all fields are again unlocked and the enitity scope rule is ignored.
Any other ideas despite using client side scripting (which would be the last option) or am I doing sth. wrong?
My personal last idea woud be to create the fields that I want to display in the grid view as a copy as calculated field and use them in the view and not on the form.
Any one else having ideas or experiences in that direction?
Kind regards
Markus