My Stuff
-
Re: Complex Search Formula - too long for NetSuite
Assuming that the complex formula you're currently putting in those 3 locations is identical, you should be able to simplify it to only 1 like below: GREATEST(0, CASE WHEN {type} IN ('Invoi…2 -
Re: Kit members on Packing slips?
We had the same requirement, I made an Advanced PDF/HTML Template for it that comes out like this: Components are indented and have an icon to mark more clearly. It keeps the same line background col…3 -
Re: Email Alerts / Customize Message & Formulas
Formulas are according to SQL syntax, so you need to put strings in single quotes and concatenate by the || operator. Have you tried the below? <%=Case when {custrecord_muv_customer} Is Null Then …4 -
Re: Show Who Created The Document On A Sales Order
The ID mentioned in that SuiteAnswers article is basically optional, because NetSuite will assign a unique ID automatically if you leave the ID field blank. As Robert has mentioned you might want to …3 -
Re: Can we make the Amount field on the line item level of an Invoice non-editable
You need a client script to do this, SuiteAnswers #66632 has the required code and deployment settings: https://netsuite.custhelp.com/app/answers/detail/a_id/66632/4
