boogray - Wednesday, November 25, 2009 1:40 AM:
We know that we can access the item by the URL of
localhost/.../default.aspx]
But how can I get the URL of the items in basket(Activity) . I need to make the URL in the Email. But I don't know how to get the in basket item's URL.
Thanks.
tstickel - Wednesday, December 9, 2009 4:40 PM:
There are a couple of issues that will make this difficult to do. First, in order for the StartItem command to work the Itemtype you are trying to view must have a default View defined. Not every Innovator Itemtype has a default View (e.g. Part does have one, but Activity Assignment does not). Second, Activities listed in My InBasket actually include data from multiple Itemtypes (Activity and Activity Assignment).
Have you considered using the "Starting Page" property on the User definition. You can set this so that when the User logs-on Innovator will automatically display the My InBasket. You would have to set this property for each of your users and it would also take this action every time they logon.
DSMStefanRohde - Wednesday, April 9, 2014 2:28 AM:
Hi, thanks for the quick reply. I don't wanna use the InBasket or any default ItemType. We created an it request itemtype and we want to share this on a website to quckly access this request. By default, the action should be add. The Item type does have a default view defined. Are there any other ways to do this?