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

Add Comment
2 Answer(s)

If you are using event SDK then check the INode.

public ActionResult doAction(IAgileSession m_session, INode actionNode, IDataObject affectedObject)

Agile Angel Answered on July 17, 2017.
Add Comment

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.

Agile Angel Answered on July 24, 2017.
Add Comment

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.