Hi,
I need to apply lifecycle on ~300 documents in the repository. I tried to do this using the below API and it works fine
fetch,c,<r_object_id of doc>
attach,c,l,<LC_ID>,0
save,c,l
I am providing the lifecycle objects 'r_object_id' here in above API. Will I be able to use the lifecycle policy name instead of ID.
Also, do we have single command which I can use to update all the 300 documents using a single script. Could anyone please help me.
Thanks in advance.