jk121960
jk121960

Reputation: 873

SuiteScript 2 Bundle Company Preference

I have to add a field to the company preferences of an instance, from my understanding I have to do this with a bundle. I have no idea of what record type to target or how to add a field to it. Any help would be greatly appreciated. Thanks in advance for your assistance.

Upvotes: 0

Views: 558

Answers (1)

Avi
Avi

Reputation: 2069

To add field with company preference, you need to create a script parameter in any of the scripts that are included in the said bundle and not on any record. Here is example for the same. This script-paramter will be available under setup>company>general preferences and can hold any values that you want.

Upvotes: 1

Related Questions