On Customer Account Profile we are trying to hide Payment Terms field based on Profile Class ID
On Customer Account Profile we are trying to hide Payment Terms field based on Profile Class ID
We are trying to do it by Page composer but this is expression doesn't seem to be working:
#{bindings.ProfileClassId.attributeValue == 300003008521046}
It is returning False when the record we are working on, is true on that condition:
select profile_class_id from HZ_CUSTOMER_PROFILES_F
where CUST_ACCOUNT_ID = '100007314233173'
300003008521046
0