Redwood - How to Make A Custom Contact DCL Dependent On A Custom Account DCL? (Doc ID 2919529.1)
Summary:
The solution provided in the document doesn't work in Redwood. In workspace, we can see the restriction on contact DCL, but in Redwood pages, it is blank. We have exposed contact_id_c attribute in Redwood.
How to Make A Custom Contact DCL Dependent On A Custom Account DCL? (Doc ID 2919529.1)
Solution
Advanced Filters can be used to add expressions like Groovy
Customer can achieve the requirement by selecting the Advanced Filter under the custom Contact DCL and selecting the Account (OrganizationContact.CustomerUniqueName) field under the OrganizationContact and associating it with a text bind variable whose expression is
return getAttribute('Customers_c') [Customers is the custom account DCL]
Tagged:
0