Aaron McCausland
02/24/2026, 7:15 PMCeligo AI
02/24/2026, 7:15 PMAI generated answer (using internal Slack threads):To look up the field group ID of the "Primary Information" field group on a transaction form, you would need to customize the form. Here are the steps: 1. Navigate to the transaction form customization page. This can be done by going to
Customization > Forms > Transaction Forms.
2. Select the form you want to customize.
3. Go to the Fields subtab.
4. In the Screen Fields section, you will see a list of all the fields on the form, including their field group.
5. Look for the "Primary Information" field group. The ID of the field group is not directly visible in the UI, but you can inspect the HTML of the page to find it.
6. Right-click on the "Primary Information" field group and select Inspect (this might vary depending on your browser).
7. In the HTML code, look for the id attribute of the corresponding HTML element. The value of this attribute is the ID of the field group.
Please note that this method requires some knowledge of HTML and how to use browser developer tools. Also, the ID might not be a meaningful or easy-to-remember string, as it is likely generated by NetSuite's system.
******
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
02/24/2026, 7:15 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.820861816
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.815795958
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.815673888
Celigo AI
02/24/2026, 7:15 PM