Hello guys,
I'm trying to do a job here that opens an existing report through the menu item using the following code
new MenuFunction(menuitemOutputStr(ProdPickListShowDialog), MenuItemType::Output).run();
The report dialog will pop up and the user will use it normally.

I would like to know if that is any way to grab the values from Picking list journal field and Production field after the user press ok and run the report.
This is just a part of the job I need these values to go to the next step.
A parameter that is not from the query is easy to get but these parameters are from the query, I did some search and I didn't see anything related.
Thanks
*This post is locked for comments
I have the same question (0)