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…
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…
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…
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…
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…
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…
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…
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…
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?
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…
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…
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…
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…
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.