Tristan Gale
08/29/2024, 6:17 PMCeligo AI
08/29/2024, 6:18 PMAI generated answer (using internal Slack threads):The
custpage
ID is typically used for fields, buttons, or other UI elements that are added dynamically to a NetSuite page via SuiteScript or workflows. This ID doesn't come from anywhere specifically, but is an internal ID that you assign to the custom element. The ID should always start with custpage_
.
For example, if you're adding a custom button labeled Adjust Inventory
to a page, you might assign it the internal ID custpage_adjust_inventory
. This ID is then used to reference the button in your script.
Please note that because these elements are added dynamically, they may not be part of the actual definition of the record itself and may not be visible or accessible in certain areas such as saved searches.
For more information, you can refer to the NetSuite Help Center: https://system.netsuite.com/app/help/helpcenter.nl?fid=section_4337761696.html
******
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
08/29/2024, 6:18 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.774443805
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.764975488
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.760441661
Celigo AI
08/29/2024, 6:18 PM