SAP Business One SQL (B1WebAPI) Connector updated

SAP Business One SQL (B1WebAPI) Connector version 7.4.0 adds a new action Fetch object data for a triggered transaction record to support object hydration within a workflow instead of within a trigger. Trigger options have been updated.

This update addresses a bug where workflow triggers resulted in silent errors only visible in SAP Business One (bug numbers 41736 and 42196). This bug caused long-running triggers or triggers whose data could not be fetched to fail silently. To avoid this issue, use the “WorkFlowMessages Data” trigger instead of the “WorkFlowMessages v2” trigger and use this action within the workflow. This two-step process provides a very small data set to the workflow, which is hydrated (populated with data) using the new action Fetch object data for a triggered transaction record.

For example, to convert “WorkFlowMessages” or “WorkFlowMessages v2” to use this process:

For more connector details, see SAP Business One SQL (B1WebAPI) Connector Reference.