Hi All,
I added a persistent custom field to the entity CroHead as follows.
And then added it to ‘Component Repair Order’ page with below LOV filter.
But this does not filter ‘Cf Crm Contact’ using ‘Customer ID’ value. It’s ‘1000’ here. But it filters correctly if I change the filter as follows.
Is there a way to get this filtered dynamically using the ‘Customer’ value?
I went through previous community posts and F1 documentation as well but could not find a solution. It seems syntax has been changed in new cloud versions.
I checked with below syntax but still no luck.
contains(Cf_DisplayText, '$CUSTOMER_ID')
contains(Cf_DisplayText, '$oCustomer_Id]')
contains(Cf_DisplayText, '$oCUSTOMER_ID]')
contains(Cf_DisplayText, '$oCustomerId]')
Thanks & Best Regards,
Randini