In Aras Ver. 11.0 SP1
I want to get and mark role of lifecycle transition to Aras main grid about documents item.
In simply related between items, it is not mark in main grid.
The way was lifecycle tranision item add to property of documents itemtype.
How to get role of lifecycle transition and mark to main grid of document item?
How to get "role 2" of lifecycle transition in "In review" state. (C#, Documents Item)
Preliminary ----- (role 1) ------ In review ------ (role 2) ------ Released
What if you have two lifecycle transitions between two states?
To do so, you can write a method which will browse the lifecycle definition and read the transition roles and you can assign the result to a federated property on your itemtype (this way the value doesn't get saved in the item itself).
What if you have two lifecycle transitions between two states?
To do so, you can write a method which will browse the lifecycle definition and read the transition roles and you can assign the result to a federated property on your itemtype (this way the value doesn't get saved in the item itself).