copying from and assembly give error: The author ...
# ask-stanley-ai
r
copying from and assembly give error: The author internal id or email must match an employee
c
AI generated answer (using internal Slack threads):
The error
SSS_AUTHOR_MUST_BE_EMPLOYEE
is thrown when the author of an email being sent from a script or workflow in NetSuite does not match an employee record. This is a requirement in NetSuite for sending emails. In the context of your script or workflow, it seems like the author of the email being sent does not match an employee record in NetSuite. This could be due to a number of reasons: 1. The author ID being used does not correspond to an employee record in NetSuite. 2. The author ID is not being correctly passed to the email sending function. 3. The author ID is not an integer or is not correctly formatted. If you are trying to send the email from the system, you can set the author to -5. This is a special value that NetSuite interprets as the system user. If you want the author to be dynamic, you could create a custom field to store the author of the email and update the workflow action to get the author from this custom field. ****** Disclaimer: This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes. ******
Slack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.805763066
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.80165875
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.798642397
Please provide your feedback on this answer.