Hi,
I have a problem in updating a bizdoc with some custom attributes.
Situation:
I will send an EDI 820, in response to that, I will ge back an EDI 824.
I need to update some predefined custom attributes in 820 bizdoc with the values extracted from 824. (while processing the inbound 824, I need to call the related 820)
What I did:
wm.tn.query:createDocumentquery
wm.tn.query: docuumetquery
wm.tn.doc: view (this step is causing problem)
Erros:
wm.tn.doc:view— “internalId is required”
But I don’t know how to extract the internal ID?
Any suggetsion
Thanks
Kris