cancel
Showing results for 
Search instead for 
Did you mean: 

Synchronus update not working

Former Member
0 Kudos

Hi All,

In B1if update not working. I am adding B1 object inside process method. Because i want send alert success or failure both happen. So i call B1 object inside process. Insert working but Update not working.

Thanks & Regards

B.Lakshmi narayanan

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello,

can you show your atom?

Best Regards

Ronny

Former Member
0 Kudos

Hi This is my atom. still is not resolve

<BOM xmlns="">

            <BO>

                <AdmInfo>

                    <Object>156</Object>

                    <Version>2</Version>

                </AdmInfo>

                <QueryParams>

                    <AbsoluteEntry>

                        <xsl:value-of select="/vpf:Msg/vpf:Body/vpf:Payload[./@id=&apos;atom1&apos;]/PickOrderEntry"></xsl:value-of>

                    </AbsoluteEntry>

                </QueryParams>

                <PickLists>

                    <row>

                        <Remarks>TEST</Remarks>

                    </row>

                </PickLists>

                <PickLists_Lines>

                    <xsl:for-each select="/vpf:Msg/vpf:Body/vpf:Payload[./@id=&apos;atom1&apos;]/PickLists_Lines/row">

                        <row>

                            <LineNumber>

                                <xsl:value-of select="LineNumber"></xsl:value-of>

                            </LineNumber>

                            <PickedQuantity>

                                <xsl:value-of select="PickedQuantity"></xsl:value-of>

                            </PickedQuantity>

                        </row>

                    </xsl:for-each>

                </PickLists_Lines>

            </BO>

        </BOM>

Krisztián
Product and Topic Expert
Product and Topic Expert
0 Kudos

Dear B.Lakshmi narayanan

The key name for the Pick List object is Absoluteentry and not AbsEntry. Please change this value in the B1 object call atom.

Regards, Krisztián

Former Member
0 Kudos

Hi thanks for your replies i was checked Absoluteentry  also it's not working

Krisztián
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello,

what is the result of the B1 object call? Have you got any error message? Are you suing a serial or batch management on the affected item?

Regards, Krisztian

Former Member
0 Kudos

HI Sorry for delayed,

It's Show Success but it's not update. But Same atom i copied and paste in atom0 receiver system assign B1 it's Work It's Not working Inside i called B1 Object

Former Member
0 Kudos

Solved my self.. i removed BOM and Adminfo..it's works