My Stuff
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
-
Re: Training needed to write scripts
Absolutely the first step is to learn JavaScript. If you are looking for supplementary resources or cheaper alternatives to the NetSuite offered course there are two options I have heard very good th…6 -
Re: Item specific permissions
You can create an Item Saved Search to exclude the products you don't want available, and then set that as an "Item Filter" on the sales order form (Customize Form > Sublist Fields …2 -
Re: List of What The Functions Do in Formulas
NetSuite uses an Oracle database under the hood, so searching for the function name and "Oracle" in Google should give you plenty of results.3 -
Re: Introduce Yourself!
Hi! Located in Melbourne Australia. I work for a NetSuite end user (office supply chain) as their in house admin / developer. We use primary ERP / CRM Michoel2 -
Re: Grouping by Name
I haven't tested this, but you may be able to get it to work by grouping on a Formula field, something like - CASE WHEN {type} = 'Journal' THEN {name} ELSE {mainname} END1