Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
Can I find the Customize Message From field values from all our Saved Searches?
in Ask A Guru
Hi,
I am trying to programmatically retrieve the Customize Message From email address that is configured on the Schedule tab of NetSuite Saved Searches.
I have identified the field's internal ID as alertfrom, however I have been unable to access it through any of the following SuiteScript APIs:
• N/search — alertfrom is not available as a search column on the savedsearch search type
• N/query (SuiteQL) — the savedsearch table exists but does not include alertfrom or any other schedule-related fields
• N/record — savedsearch is not a supported record type in the N/record module
• NetSuite UI — the field is not available as a column in a native Saved Search of type Saved Search
0