This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DEVELOPERS FORUM - My InBasket Issues

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 

<Item type="Activity" typeId="937CE47DE2854308BE6FF5AB1CFB19D4" id="6F303B2EA30C40B1B84BC43774BAAD76">
  <state>Active</state>
  <id keyed_name="PR Requestor" type="Activity">6F303B2EA30C40B1B84BC43774BAAD76</id>
- <Relationships>
- <Item type="Activity Assignment" typeId="85924010F3184E77B24E9142FDBB481B" id="E252FF712EEA44279A6B2CEA0208D1EE">
- <related_id keyed_name="Scott Mahr" type="Identity">
- <Item type="Identity" typeId="E582AB17663F4EF28460015B2BE9E094" id="7974A0D1114A4F649A13894749DC4FC9">
  <id keyed_name="Scott Mahr" type="Identity">7974A0D1114A4F649A13894749DC4FC9</id>
  <name>Scott Mahr</name>
  </Item>
  </related_id>
  <source_id keyed_name="PR Requestor" type="Activity">6F303B2EA30C40B1B84BC43774BAAD76</source_id>
  <id keyed_name="E252FF712EEA44279A6B2CEA0208D1EE" type="Activity Assignment">E252FF712EEA44279A6B2CEA0208D1EE</id>
  </Item>
  </Relationships>
  </Item>
Any ideas why this doesn't show up in My InBasket?
Thanks,
Scott