Advanced filters on custom Dynamic choice list field is not filtering data in Redwood work order.
Summary:
We have created one custom DCL for address sites and included filters using bind variable in work order object. It's working as expected in ADF, but in redwood it showing all the address records. Filter is not working in redwood.
Is there any way to fix this issue? Please help us in this.
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
24B
Code Snippet (add any code snippets that support your topic, if applicable):
Below is the expression on bind variable:
if(WoStatusCdMeaning=='Complete')
return null
else
return BillToAccountNumber_c
1