I have a Live document and I create a copy of this one and put it through an approval cycle to eventually replace the original. The problem is need to swap the document’s unids when the new one replaces the original live version. OI am not concerned wether the original live is deleted.
Is this possible to do in script ?
Subject: UNID
Not recommended and it’s not a built-in function. Why not just delete all the items in the original document and use a notesdocument.CopyAllItems to move all data from the newly approved document into the original?
Subject: UNID
Not recommended and it’s not a built-in function. Why not just delete all the items in the original document and use a notesdocument.CopyAllItems to move all data from the newly approved document into the original?
Subject: RE: UNID
I know its not recommended but the live version’s Unid is used as a doclink for a web based version
Subject: RE: UNID
So do as suggested above!