Why can I save and copy on a custom record type bu...
# ask-stanley-ai
a
Why can I save and copy on a custom record type but not on the job record type?
c
AI generated answer (using internal Slack threads):
The issue you're experiencing with the job record type might be due to the fact that job records in NetSuite are standard records, not custom records. Standard records have predefined fields and behaviors that cannot be altered to the same extent as custom records. In contrast, custom records are highly flexible and can be configured to meet specific business needs. This includes the ability to save and copy records, which may not be available for standard records like the job record. Additionally, permissions could also be a factor. The user role might have full access to custom records, but not to standard records like the job record. You might need to adjust the permissions for the user role to allow for saving and copying of job records. Remember, when dealing with custom records, you need to use the script id of the custom record, as standard NetSuite records won't recognize custom record types. For example, you would use 'customrecord_t_job' instead of record.Type. ****** 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.820117176
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.816840112
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.813374102
Please provide your feedback on this answer.