Javascript doesn’t like this:
model.updateRow(row, {Patient_Case__r.Estimated_Due_Date_by_U_S__c: null});
It’s expecting ‘:’ and getting ‘.’ after Patient_Case__r. What’s the best way around this? I’d rather not have to create a model on the Patient Case object.
Thanks!