SAP Business One SQL (B1WebAPI) Connector updated
SAP Business One SQL (B1WebAPI) Connector version 7.0.0 features changes to attachment actions which are not backward-compatible. Other features remain unaffected.
Breaking Changes
The following actions were removed:
- AttachmentAddToB1Document
- AttachFileToLineItem
- AttachRawFile
The following actions were updated:
- AttachmentGetInfo - This action has been updated to allow an output message to be saved by this action.
- AttachmentUploadAndProcess (renamed from “AttachmentUpload”) - This action replaces “AttachmentUpload” and each of the removed actions above. Additional configuration options have been added to allow for updates to existing attachments in addition to adding new attachments.
Upgrade Steps
To upgrade, if a workflow does not use attachment actions, no upgrade steps are required.
If a workflow uses an attachment action:
- Edit the workflow.
- Update the actions above to use the new action named
AttachmentUploadAndProcess
. - Configure any new settings as needed.
- Save the workflow.