Hi I have a picklist of 30 values and selecting any of them would potentially display 1-8 lookups fields. I’m setting up an action on the model that fires when the picklist changes. In the custom snippet, I want to activate a condition on the content types model which contains which of the 8 lookups would be active for the picklist choice. The lookup fields are initially hidden on the UI. How do I render them on the UI when conditions are met? I tried Model.getField(“Company__c”).render(); It’s not working. What should I use for this to work?
Question
Conditional hide or show fields

Translate
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.