Alena
09/19/2024, 10:28 AMCeligo AI
09/19/2024, 10:28 AMAI generated answer (using internal Slack threads):The
custbody_esc_last_modified_date
field is a custom field in NetSuite. If you can't find it in the list of custom body fields, it could be due to a few reasons:
1. The field might not be set or populated for any records. In SuiteQL, custom fields that are not set or populated do not appear in the results. This is why you might not be seeing the field in your SuiteQL queries.
2. The field might not be stored. In NetSuite, custom fields can be set to be stored or not stored. If a field is not stored, it will not appear in SuiteQL queries. You can check this by running a SuiteQL query like this: SELECT * FROM customfield WHERE fieldtype = 'BODY' AND isstored = 'F'
. If your field appears in the results of this query, it means it is not stored and that's why you can't see it.
3. The field might not be visible due to permissions or role restrictions. In NetSuite, visibility of fields can be controlled based on roles. If your role does not have the necessary permissions to view the field, you will not be able to see it.
4. The field might have been deleted or renamed. If a field is deleted or renamed, you will not be able to find it under its old name.
Remember to always check the field settings in the NetSuite UI to ensure it is set up correctly and that your role has the necessary permissions to view it.
******
Disclaimer:
This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes.
******Celigo AI
09/19/2024, 10:29 AMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.821264744
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.809487164
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.806951165
Celigo AI
09/19/2024, 10:29 AMCeligo AI
09/19/2024, 10:30 AMPavel
09/19/2024, 10:30 AMrico
09/19/2024, 3:54 PM