@erictgrubaugh Hello, I’m looking back over this:
var parentFields = s.lookupFields({
"type": s.Type.ENTITY,
"id": newRecord.getValue({"fieldId": "parent"}),
"columns": ["isjob"]
});
Trying to see if a project’s parent is a job or a customer. isjob isn’t available on the ENTITY type. Do you have any other ideas? Can I lookup with error checking on CUSTOMER?