guyIncognito - Friday, January 15, 2010 11:32 AM:
Hi,
I have a method being called from several contexts. Recently, the method has started being called after an item has been versioned and I'm running into problems.
After some debugging I realized that, after the following AML, the context item in the method doesn't have all the item's properties. The AML is something like:
<AML>
<Item type="Some Type" id="some id" action="version" doGetItem="1"/>
</AML>
My question is: How can I specify which properties I want returned when running the above AML? In my case I am currently only receiving 5 of roughly 40 properties.
Thanks,
Guy