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