D2 4.5 + Creating Custom Menu to Execute a method that Accepts an ID from the user and creates a rep
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…