Hi,
With Webtop or DA 6.7 how can I create a content menu to request a rendition. For instance do right click on the document and have "Create PDF rendition" menu.
Ideally I would like this API to run in the backgroud to send the request to the dmi_queueitem table.
API> queue,c,<object_id of object to render>,dm_autorender_win31,rendition,0,F,,rendition_req_ps_pdf
There is an action in dm_sysobject_actions.xml called "createpdfrendition” how can have it included in the context menu.?
Thanks!