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 […]