cancel
Showing results for 
Search instead for 
Did you mean: 

Integration Framework, using call B1 object atom

Former Member
0 Kudos

Hello experts!

where should I define current payload for "call B1 object" atom?

4 XML Result Document

The processing atom controls the call to SAP Business One and adds the result to the body of the integration framework message. It adds a new payload section where the id attribute has the value of the atom identifier and the attribute Role=”C”.

Result Type 1

<vpf:Payload Role="C" id="atomxx" system="xxx">
<B1CallResult status="xxx" b1login="xxx" method="xxx" objectid="xxx" payload="xxx"
keyname="xxx" keyvalue="xxx" sql="xxx"/>
</vpf:Payload>

Result Type 2

<vpf:Payload Role="C" id="atomxx" system="xxx"

status="success" b1login="xxx" method="xxx" objectid="xxx" payload="xxx"
keyname="xxx" keyvalue="xxx" sql="xxx" DIresult="xxx" DImsg="xxx">
<BOM>
...
</BOM>
</vpf:Payload>

Accepted Solutions (0)

Answers (1)

Answers (1)

HuanYang
Employee
Employee
0 Kudos

Hello Alexander,

For the general sync steps how to do a B1 object to B1 object.

You may refer to the link SBO B1if B12B1ScenarioPackage

Thanks & best regards

Huan Yang