0
votes

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.

1
Too ambiguous to answer..please clarify. There are a few ways to add a custom preference at that level. The lowest hanging fruit is probably to create a script parameter with preference of "company". Do you have a script? - gillyspy
In the company preferences section setup>company>general preferences I have to add an integer field, and later access that from a client script. the field carries the max amount of items that can be chosen from a list on an item record. I have to validate against that number, thanks again for your help. - jk121960

1 Answers

1
votes

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.