Get object in Tools menu PX
IS there anyway to get opened object in tools menu px?
public ActionResult doAction(IAgileSession agileSession, INode actionNode, IDataObject affectedObject) {
}
Here it comes null for 3rd parameter all the time.
Is it designed like this or anyway to get right side opened object ?
Hi Anand,
Why don’t you get opened object in it’s Actions menu PX? Then, the 3rd parameter will be what you want.
All the best.
Loren
Hi Loren,
For Archived projects, all action menu PX’s will be disabled except ‘Unarchive’ option.
We need to perform some actions on Archived projects by triggering the PX’s. So other than Tools menu configuration, there is no other option as there is no Event available when Archive the projects.
Thanks,
Anand