• The item gets closed on new generation/version on lifecycle

    Whenever I create a new generation/version using csharp code on lifecycle it would always close the item, is there any function i can use which does not close it? below is my code Aras.Server.Security.Identity plmIdentity = Aras.Server.Security…
  • Update all generation of an object at once with AML

    Hi community, I am trying to modify a property on all the generation of an item. Thus I am trying to merge those two requests 1) Modify the latest generation without changing the generation : <AML> <Item action='merge' type='Part' where="[Part…
  • Browse the versions of an item

    Hi everyone , I'm currently trying to implement a C# method that should be able to browse all the versions of a Part Item , thus we can read the states of the different versions and promote them . but the problem is that I don't know how to…
  • how to edit latest generation of old revision?

    is that possible to edit the latest generation of the old Rev, say we have A.1,A.2,A.3, B.1,B.2,B.3.. we are looking to edit A.3 and B.3. By OOTB editing old Revision has been disabled.