We have created a SuiteBundle in our sandbox environment. Some fields have been included as part of the bundle and we would like to remove them. Whilst trying to do this, we have selected the edit option and unchecked the fields that we did not want and then Saved the Bundle. When we revisited the… Continue reading How to remove unwanted items from a bundle
Tag: fields
Adjust the Size of a field in Suitelet form with the native Suitelet method
Issue: Usually, the standard size of the TEXT Type field and other types should be different when you simply add different types of fields in suitelet form with no special styling. So to make size corrections to make them all look alike. But met with a case where updateDisplaySize() not working in Suitelet. Solution: Strictly… Continue reading Adjust the Size of a field in Suitelet form with the native Suitelet method
NetSuite standard and custom field character limits
NetSuite provides different character limits for various fields of different record types. Here’s a few examples of them. Make sure that while integrating or creating customer functionalities, always try to find the exact limits to avoid possible errors. Amounts : Max Character Length: maximum 15 digits and 15 decimal points. Up to 999,999,999,999,999.999999999999999. Freeform text:… Continue reading NetSuite standard and custom field character limits
Show Internal ID of Fields and Records
Web services and SuiteScript code need to reference internal IDs in order to uniquely identify objects,So it is recommended that you enable this preference whenever you are working with Web services or SuiteScript. To enable this preference Go to Home>Set Preference and Check Show internal IDS check box to enable this preference You can view… Continue reading Show Internal ID of Fields and Records