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