scottmahr - Wednesday, May 11, 2011 2:42 PM:
I am having issues with items showing up in My InBasket. I looked at the html that is responsible for it, looked like GetAssignedTasks was what generated the list of things that show up, but I couldn't figure out where to find that. To start to understand things I put the query into NASH
<AML>
<Item type='Activity' action='get' select='state'>
<state>Active</state>
<Relationships>
<Item type='Activity Assignment' action='get' select='related_id'>
<related_id>
<Item type='Identity' action='get' select='name'>
<name>Scott Mahr</name>
</Item>
</related_id>
</Item>
</Relationships>
</Item>
</AML>
This returned all my current, active activities.
One of the things returned was