Hello,
I would like to update or change the groupID and conversationID on the bizdoc and route the updated bizdoc to TN for further processing. Is it possible?
Hello,
I would like to update or change the groupID and conversationID on the bizdoc and route the updated bizdoc to TN for further processing. Is it possible?
Use wm.tn.doc:setAttribute to change the attribute and if you want to reflect the same changes in the database use wm.tn.doc:updateAttribute .
Thanks Vikas. You can also use the updateSystemAttribute as well.
Yes intact you have to use all three services below to successfully update custom/system TN attributes:
wm.tn.doc:setAttribute (updates the bizdoc in the memory)
wm.tn.doc:updateAttribute (updates the database)
wm.tn.doc:updateSystemAttribute
HTH,
RMG