Hello!
I would like to hide a lookup field from the profile page form once it contains data.
After the user is registered, they are forced to complete their profile, and one of these fields is a lookup to the account table that sets the company of the contact. I don't want the user to be able to change it after it is set. Initially I wanted the field to be available in the registration form, but that seems borderline impossible. The next best thing I can think of right now is to hide or lock the field once it contains data.
I tried adding a Business Rule to the form and field, and thought that must be it! Unfortunately the Business Rule does not trigger when the user makes a change on their profile page, so the field will not be hidden, no matter which configuration I build.
Is it possible to hide the field if it contains data?