Has anyone every had a record.save throw a SSS_AUT...
# suitescript
m
Has anyone every had a record.save throw a SSS_AUTHOR_MUST_BE_EMPLOYEE in a scheduled script?
e
Possible that you saving the record triggers another script that sends an email? From that error code, the author of the email might be the current user, which wouldn't exist if triggered from a scheduled script
m
@ericbirdsall, I bet you’re right. Thanks for the insight!