How to open the requisition dispatching screen on button click

very urgent… plz help with code.

I am trying to do but cant get menu id. any code help is highly appreciated.

It is a popup screen from to do list on requisition button click from requisition entry.

I need to open the requisition dispatching on button click

What have you tried so far?

I have just customized this screen with all the functionality as in the base. Now i can get the menu id to call this customization on button click. This is the proven solution for this problem. But what i am expecting is i need to open this way - on button click but i cant get the MENUID to call the Dispatch screen. any other way to do this?

LaunchFormOptions opts = new LaunchFormOptions();
//MessageBox.Show(txtKeyField.Text.ToString());
opts.ValueIn = txtKeyField.Text.ToString();
ProcessCaller.LaunchForm(oTrans,“MENU ID”,opts);

This is an internal screen not accessible via a menu call.

ok fine. Thanks for immediate response.

Actually this is what my requirement

“Deploy the Requisition To-Do List on a separate stand-alone menu item instead of having it as an action item in the Requisition Entry screen.”

For this I am customizing all internal screens and calling it. this is some tricky way of doing it. Any other direct way to make this as stand alone menu

Hi , Is this really possible??? plz check on this link content