How to add a report/document to a newly added menuitem?
Hi Vinod - I'm going to move your question over to the Support Forums so it can get answered. -Gina
To help find the right audience for your question, can you please be a little more specific?
Which product are you asking about?
Thanks
Hi,
This topic belongs to WDK customization.
I have added a menu and some menu items in the project(say Report like File, Edit, View...).
Now I want to open a crystal report in content area by clicking on the menu item I have added.
This is what I need.
How to link the menu item to a crystal report?
Kindly reply ASAP.
I've moved your message into the Documentum Developer community.
This should get it in front of those who can supply some best practices.
You can call the view-action (or create your own action that shows the view action at the end):
ActionService.execute("view", viewArgs, context, comp, null);
It will launch the standard application associated with the file-type.