Steps to reproduce:
-
Create a custom view action “Example” in Custom_JS_Lite subform in Scene_Actions_Lite that calls the function API_GetSelectedDocs_Lite(sId) just like the example com_ibm_dwa_ui_EXAMPLE_actionSelectedDocs does
var aAdd1 = [
{title: “Example”, find_id: “print”, id: “example”, before: false,
action: "com_ibm_dwa_ui_EXAMPLE_actionSelectedDocs" }];addActionsLite( s_MenuID, bLeftItems, aAdd1 );
-
Open iNotes mailfile,(Inbox) select some docs and click on the view action example. You’ll get an alert box with all the UNIDs of the selected documents as expected.
-
Switch to a calendar view and select an appointment/meeting document. When you click on the “Example” button, the alert box is empty with no UNID
Why? How do I get the UNID of a calendar document? According to the description in Custom_JS_Lite the function API_GetSelectedDocs_Lite can be called from any scene. The function works in mail, to do, contacts and notebook but not in the calendar views.
Thanks for your help, Veit