Set Nexus To Transaction

Understanding Nexus in NetSuite Nexus in NetSuite refers to the connection between a business and a particular taxing jurisdiction, typically a state or a country. It determines the obligation of a business to collect and remit sales tax based on its activities within that jurisdiction. It is crucial for businesses to accurately set up and […]

Cross Instance Script Configuration – Part 2

Cross Instance Script Configuration – Part 2 Go To Part 1 In part 2 of Cross Instance Script Configuration, we are going to dive into the implementation.  Our design criteria centers on the following objectives. Create a module that can determine the instance in which it is running.  And, also allow access to any instance […]

Cross Instance Script Configuration

Introduction In this first installment of Cross Instance Script Configuration, I am going to go over some of the major benefits of designing a cross instance configurations as well as exploring some key design components of such an enhancement. Let’s first get some background on why is this necessary.  In Netsuite, there are two different […]

How To Inactivate Billing Schedules in Suite Billing

How To Inactivate Billing Schedules in Suite Billing Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. function buildBillToVat(cviObj, custTaxId, custQstTaxId) { nlapiLogExecution(‘DEBUG’, ‘params’, ‘cviObj.length = ‘ + cviObj.length + ‘ custTaxId = ‘ + custTaxId); var returnValue = ”; if (cviObj) { for (var i […]