Hi All,
I have an requirement of setting the Permanent_link value to false for all the objects.
Issue:
Once a document is created and flowed to a workflow and the approver rejects the document .
Then the owner of the document is not able to add a new version on the same document which it was rejected in workflow...
So when we take the Log and analyse we found
[DM_RELATION_E_NEED_PRIV]error: "The current user Manikandan Kumaresan has insufficient privileges to save or destroy DM_ANNOTATE relation."; ERRORCODE: 100; NEXT: null
I had f=gone through the object reference manual and
Wat we tried is with the Database Owner permission , we updated the Permanent_link value from dm_relation_s for that particular object alone to be FALSE which was TRUE.
Then the owner tried to version the document , It gets versioned ..
So will this be taken as a fix for all the documents .
so that the user can version the document which is rejeected by the workflow...
Wat are the sideeffects of this solution of setting permananet_link -> FALSE,..
Is this preferable solution?
Kindly suggest me ASAP.....