Skip to content

Action – getItemLastVersion

Eric Domke edited this page May 6, 2019 · 1 revision

Given the GUID of an Item where is_current="0", this action will get the current generation of the item

AML Query

<!-- SOAP_ACTION = GetItemLastVersion, ApplyAML, or ApplyItem -->
<Item type='{ItemType}' action='getItemLastVersion' id='{Old generation ID}'></Item>

⚠️ In Aras v11, this action will return an error when called on an item type which is not versionable. This is different than Aras 9.3 where the current item would be returned regardless.

Clone this wiki locally