This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
bw:sap_business_one_integration_using_di [2020/12/14 17:42] akoehler [Identifying the File to be Attached] |
bw:sap_business_one_integration_using_di [2022/08/02 16:46] (current) akoehler |
||
|---|---|---|---|
| Line 368: | Line 368: | ||
| + | ====SAP Update Variables==== | ||
| + | ^Name ^Description^ | ||
| + | |Message|This indicates the message returned from the DI API/DI Server interaction| | ||
| + | |RetKey|This indicates the DocNum that is returned from the DI API/DI Server when a record is created| | ||
| + | |RetType|This indicates the Document Type returned from the DI API/DI Server| | ||
| + | |VALUE|This indicates if adding, updating, deleting etc. The record in SAP via the DI API/DI Server was successful with a Y = Yes and N = No| | ||
| + | |Command|Command is type of operation, Add/ | ||
| + | |FieldName|The indicates the Primary field name used for that object | | ||
| + | |Input|This is for legacy versions of Bizweaver and no longer displays any data| | ||
| + | |Output|This is for legacy versions of Bizweaver and no longer displays any data| | ||
| + | |ProcessedCount|If performing bulk operations ex multiple records, then a number of processed records will be this. If we are looping through records| | ||
| + | |ProcessInput|Currently processing record.| | ||
| + | |ServiceName|This indicates the service name used in the mapper tool| | ||
| + | |ServiceType|In the case of DI Server/ DIAPI, specify whether the object currently in process is a System object or User defined object| | ||
| + | |ThrowErrorOnFail|True or False, When bulk operations are processing if one record fails this will stop all further processing if continue on error is selected it will process all other records that are left to process| | ||
| + | |TotalCount Total|count of all records if there is a bulk operation| | ||
| + | |StepMessage|During a failure the reason for failure will be populated here| | ||
| + | |StepStatus|True or False| | ||