Browse By Tags

  • How to stop\pause life cycle promotion to edit a part?

    I need to edit some Part properties such as State, Release Date, Revs, etc. But everytime a Part is edited a new version is created where the Rev increments. I do not want this to happen. I want to edit the part and have it not create a new version…
  • How to fetch All Items version from DAC policies

    How to give access to all version (from version menu) of the item that is shared by DAC policies with the end user. Currently we can see only latest version (is_current=1). Regards, Suhas
  • Upload File without creating a new generation

    I wish to create an Action for the Document ItemType that 1. Prompts the user to select a file, 2. Uploads the file, and 3. Does not create a new generation of the Document Item. Use Case: A Document, for example at Rev C, are reviewed via the…
  • How to check which Aras version is installed from the UI ?

    I know that I have currently installed the 12.0 version, but I am unable to find out which Service Pack (SP) is this. Is there any way to find this out from the UI? From the About section, the UI shows Aras 12 Build 13341.
  • Accessiong the Values OnBeforeVersion AML Action="Version"

    I have some problem with the OnBeforeVersion trigger, If I try to create a new generation through AML with e.g. <AML> <Item type="Part" id="XXXXX" action=" version " select="id,keyed_name,description,created_on,modified_on,state,generation,config_id…
  • Revert to previous Revision

    I have a part which was in released state and revision A. After making some changes, it has moved to revision B and preliminary state. The assemblies related to the part show revision A. I want to revert the part to revision A with released state so…
  • Versioning of an Item

    When a different user creates the version of the item ,the creator of the current revision remains same as the first version. In my case I want to change the creator to the person who actually created it.How to achieve it ? AnyBody?
  • 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…