Forum Discussion
Hi Tyler_Kim ,
Items when created are always in default LC state. One of the options can be
1. Import the items
2. Using postAMLpackagedeployment script promote them. You need to use action=PromoteItem
Sample AML can be as below
[embed:dc8ab71f-3b98-42d9-b0f6-e21e02a0f8e2:8b18ce08-dd12-4e57-86ce-58bd4a0e9eab:type=text&text=%3CAML%3E%0A%20%20%20%20%3CItem%20type%3D%27yourItemTypeName%27%20idlist%3D%27idsOfItemsToBePromoted%27%20action%3D%27PromoteItem%27%3E%0A%20%20%20%20%20%20%20%20%3Cstate%3EReleased%3C%2Fstate%3E%0A%20%20%20%20%3C%2FItem%3E%0A%3C%2FAML%3E]
Jayrajvh I'm getting a "failed to get the transition to promote the Item from New to Released error:
Previously, there was no direct transition from New to Released. Do I need to add a transition (with the Aras PLM identity) to make this possible?
EDIT: I've added a transition from the New to Released state (with the Aras PLM identity) and I'm still getting the same error
EDIT2: I've also tried moving the item to the very next state (transition handled by a non-admin identity) and also got the same error