I am creating custom menu name "Signature Me" in Adobe Reader DC. On clicking this custom menu, i want to do below steps in sequence:1. Alert message 2. Execute Sign menu (Only call) Code: function signMe(){ app.alert("Some custom message......"); ///What should i pass to call Sign menu here ...