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 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.
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…
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…
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 am trying to import several generation of an item.
In AML I can do it with
<Item type='myItem' action='merge' where="[myItem]._title='123456'"> <_title>523556 </_title> <_start_date> 2019-09-30T00:00:00 </_start_date> <_end_date></_end_date…