Greetings :wave: has anyone run into troubles acce...
# suitescript
c
Greetings 👋 has anyone run into troubles accessing "native" fields on a Custom Record in a User Event afterSubmit entry point? I'm unable to get at the created date or owner fields using
newRecord.getValue()
at this point, but I have no problem accessing the values of those fields via other means (client script currentRecord, rec.load with the id, etc)