Read

If reference entities are included in response and they end up being empty, use nil to test whether reference entity record is empty or not.

{case when OneCustomer.InternalCustomerRef != nil then ​OneCustomer.InternalCustomerRef.Description else '' end}​

Last updated