willa8004 - Friday, March 28, 2014 9:58 AM:
Hi,
I can add a context menu action to an ItemType, and the action will show on the Item's context menu as a menu item. But when I add an action to the Workflow Process Activity's Action relationship, the action will not appear on context menu of My InBasket Activities.
So, does anyone has some ideas about how to add a context menu action to My InBasket Activities?
Thanks.
Will Wang
DavidSpackman - Monday, March 31, 2014 2:21 AM:
Hi Will,
Review ui_resources.xml
File is location in InnovatorClientxml
Search for inbasket.cntxt_menu in the file.
Implementation in InBasket.html
File is location in InnovatorClientscriptsInBasket
Example
In ui_resources.xml find <resource key="inbasket.cntxt_menu.update_act" value="Update Activity"/>
Then find "update_act" in InBasket.html
willa8004 - Wednesday, April 2, 2014 7:53 AM:
That's cool, thanks.