You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Need to load context segments through WebService

edited May 30, 2019 2:13PM in Integrations and Extensions 3 comments

Summary

Need to supply DFF in CreateSimpleinvoice header flex context segment

Content

Need to load context sensitive dff on header while creating invoice

Hi, I am calling createSimpleInvoice Soap request , part of RecInvoiceService service.

I am able to create invoice without DFF and also with global DFF segment but finding it hard to send context based DFF.

  <inv:TransactionHeaderFLEX>
               <tran3:serviceDate>05/06/2019</tran3:serviceDate>
               <tran3:__FLEX_Context>WWT Sales Channel</tran3:__FLEX_Context>
               <tran3:__FLEX_Context_DisplayValue>WWT Sales Channel</tran3:__FLEX_Context_DisplayValue>
               <tran3:salesChannel>test</tran3:salesChannel>
            </inv:TransactionHeaderFLEX>


In this example Service date is global segment and gets loaded fine, also the context itself gets loaded but salesChannel which is a segment of context WWT Sales Channe does not get loaded, just gets ignored, I suppose I need to send something else but not sure what.

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!