Updating TN DocumentID at service level

Is there any way to update the TN DocumentID from service level.

We tried doing this by calling setAttribute and updateSystemAttributes service. But we are getting the error as “Unknown or deleted attribute DocumentID”

DocumentID’s can only be extracted/updated by DocumentType extraction criteria only.

HTH,
rMg

Hi RMG,

We found the way of updating doc-id from service level.
Copy the bizdoc to new variable. Modify the value of document id in the newbizdoc. run updateSystemAttribute service with the newBizDoc as input.It is updating the document id value.

Thanks
Ravi