My Stuff
-
Re: How to send approved invoice pdf copy to multiple recipients using a workflow?
Hi, Reason for Error: If you select the custom field type is "Email Address", NetSuite Expect to enter only one email address. If you want to use the Multiple-email addresses You need to us…2 -
Re: I am looking for what others are using for WMS
Hi, It depends on the Transaction Volume of your company. I recommend using the system which resides in NetSuite, this will be easy for reporting or no need to do any integration between systems. The…2 -
Re: How do you reverse an entire batch of bill payments that were supposed to be live checks?
Hi, If you want to check the "To Be Printed" for them once, you can do Mass update or CSV import. Thanks.4 -
Re: serial numbers on invoices
/** * @NApiVersion 2.x * @NScriptType UserEventScript * @NModuleScope SameAccount */ define([ 'N/log', 'N/record', 'N/search' ], function(log, record, search) { /** * Fu…9 -
Re: serial numbers on invoices
Hi, Yes, You can create the Transaction custom column field and Script: User Event will fix your problem. Then you can use that custom field line-level value in Invoice PDF. Thanks.3
