API to get where Users creating an Objects from in Agile (Create New, Actions Menu, Relationship tab or Affected Items tab)
Hi All,
Just wanted to check, is there any way we can get in the SDK, where users creating an object whether it is from ‘Create New’ menu or ‘Item Actions menu’ or ‘Relationship tab’ or ‘Affected Items tab’?
Thanks,
Anand
If you are using event SDK then check the INode.
public ActionResult doAction(IAgileSession m_session, INode actionNode, IDataObject affectedObject)
Agile tracks the “Create User”, if that’s what you’re referring to – and thus you can run searches off of that.
Worst case is that you can use the User History Report to find different objects users are creating.