You need to sign in to do that
Don't have an account?

Can we hide field based on another?
Hello,
Is possible to hide a lookup field if another field is flagged?
We have 2 fields
Fund (Lookup field)
Flag (checkbox)
Scenario is that if field "Flag" is ticked then Fund needs to be hidden. Can this be done within a page layout ? If not can it be done in a component?
Is possible to hide a lookup field if another field is flagged?
We have 2 fields
Fund (Lookup field)
Flag (checkbox)
Scenario is that if field "Flag" is ticked then Fund needs to be hidden. Can this be done within a page layout ? If not can it be done in a component?
Greetings!
Currently this is not possible in page layout. Salesforce trying to possible this feature via lightning App builder.
Here is the Idea you can vote for this.
https://success.salesforce.com/ideaView?id=08730000000BroxAAC
However,you can achieve this using the visualforce page as suggested here.
https://salesforce.stackexchange.com/questions/224328/visualforce-display-and-hide-fields
Please mark it as best answer if it helps you to fix the issue.
Thank you!
Regards,
Shirisha Pathuri
2. What about dynamic forms? Don't they change the visibility of a field?
3. Validation rules?