open menu item through job

Hi,

i have a requirement like open output menuitem through JOB…
how to do that…

Hi,

i got solution thank you…

Can you share your solution? People will be disappointed if they find this thread and no answer that would help them.

Hi people, I guess this will help…

MenuFunction menuFunction;

;

menuFunction = new menuFunction(menuitemoutputstr(EnquiryReportMenuItem),MenuItemType::Output);

HI,

i just use this small piece of code its working fine…

static void OpenOutputMenuItem()

{

Args args = new Args();

;

new MenuFunction(menuitemOutputStr(LedgerBalanceSheetDimPrint),MenuItemType::Output).run(Args);

}