NSOA.NSConnector.integrateWorkflowGroup(name)

OpenAir NetSuite Connector lets you create workflow groups to include only the integration workflows you need in each scheduled integration run. For more information about workflow groups, see Creating and Managing Workflow Groups.

This function lets you trigger the integration to run for a specific workflow group from your user scripts.

Important:

This function:

  • Must be called from a scheduled script.

  • Cannot be called twice for the same workflow group in the same scheduled script.

  • Cannot be called if the NSOA.NSConnector.integrateAllNow() is called in the same scheduled script. See NSOA.NSConnector.integrateAllNow()

Parameters

Returns

Units Limit

For more information, see Scripting Governance.

Since

Example

See Code Samples for more examples.