Running the NetSuite <> SuiteProjects Pro Integration From SuiteProjects Pro User Scripts
You can use the following user scripting functions to trigger an integration run:
-
NSOA.NSConnector.integrateAllNow()
— Use this function to import and export records in bulk from your scheduled scripts. The run will include all integration workflows that are active at the time the run is triggered. See NSOA.NSConnector.integrateAllNow(). -
NSOA.NSConnector.integrateWorkflowGroup(name)
— Use this function to import and export records in bulk from your scheduled scripts. The run will include only integration workflows in the workflow group specified by name. See NSOA.NSConnector.integrateWorkflowGroup(name). -
NSOA.NSConnector.integrateRecord()
— Use this function to export a single SuiteProjects Pro record from your form scripts. See NSOA.NSConnector.integrateRecord().