I looked it up on SuiteAnswers and it says the onl...
# suitescript
a
I looked it up on SuiteAnswers and it says the only paramaters are options.id, options.label. But you pull it up on github and it shows interface AddFieldGroupOptions { /** An internal ID for the field group. */ id: string; /** The label for this field group. */ label: string; /** The internal ID of the tab to add the field group to. By default, the field group is added to the main section of the form. */ tab?: string; }
s
Not sure what you mean by _'pull it up on github_' unless you are referring to the typings-suitescript-2.0 repo?