Hi,
I am trying to create a custom D2 Menu and action that will prompt the user for a case ID and then will execute a method that will internally using the following DQL command:
EXECUTE do_method WITH method = '<methodname>', arguments = '-user_name <> -docbase_name <> case_id <caseid>'
This method generates a report based on the case id and emails it to the user.
Has anyone done something similar before? Appreciate your help.
SS