Browse By Tags

  • 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…
  • 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
  • New version closes the item

    So whenever I create a new version using a method, for some reason the form gets closed any idea why that happens?
  • 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…