I created a business rule in the entity 'account' which should lock some fields if the field 'imported' is on 'Yes'.
Business Rule: Account
Scope: All forms
Condition: If 'imported' equals "Yes".
Action: Lock name,....
The problem is that the rule does work for the admin user that created the rule, but not as a different user (like 'test' for example). I tried to gave the user 'test' all security roles but it didn't work.
What I am doing wrong?
*This post is locked for comments