• Revisions/Item Versions appearing blank

    Hi all, Created a new ItemType. Initially, when viewing an instance, Views > Revisions displays the Item Versions. However, after creating a few items, it then appears blank, as illustrated here: I haven't changed anything (as far as I know), it…
  • Revision List Pop-Up Box Too Small

    Hello, I've created an item type that is versionable. When viewing the revisions list on the item, however, the pop-up box that appears is very small and you need to scroll horizontally to view all the fields. Is there a way to make it bigger? Version…
  • 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…
  • 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…
  • Warning: Versioning and tab pane very buggy in new Innovator versions!!! Are you affected?

    Hi community, I need your help to investigate an error that occurs in newer Innovator versions. In my case it occurred in Innovator 12SP17 and 12SP18 but NOT in Innovator 12SP7 / 9 / 10. I look for a bug fix for this one, cause unfortunately Aras…
  • 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…
  • Capturing Edit Events for Non-Versioned Items

    Is it possible to capture the edit/done event of an item that is not versioned? For example, for itemType Manufacturer, which is set to not versioned, I want to capture the event when the Manufacturer name changes, preferably when Done is clicked. I…
  • 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…
  • 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?
  • 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…
  • Relation and versioning

    Hi, I have an ItemType STUDY with a property (type=Item) pointing on an ItemType CONTEXT. The CONTEXT is versionable and has a simple lifecycle WIP => REL. I would like that: When the relation is created, the STUDY is pointing on the last version…
  • Workflow haven't restarted after new manual revision

    Hello, Gone through community posts but could not found answer. Hope some one could answer my question. Workflow is not restarted after creating revision to an item(Custom item type), Does Aras restrict such restart of workflow? if yes, how could i achieve…
  • how to edit latest generation of old revision?

    Former Member
    Former Member
    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.
  • aras_x003A_uniqueness_helper

    I have a noticed the property ' aras_x003A_uniqueness_helper ' on previous revisions of an item, what is this property used for?