Ben VanderBeek
06/05/2018, 3:33 PMentityid
would be empty, even though it's in the UI, and all other fields are returning a value? customer = context.newRecord;
customername = customer.getValue({fieldId: 'companyname'});//works! :)
customerid = customer.getValue({fieldId: 'entityid'});//doesn't work :(