I need print the Sales Order/Quote report within the Sales Orders screen in mobile app
Hi!
I’ve trying to deploy the ability to print the SalesOrder/Quote report in the Mobile App. I follow the code described in this article Acumatica but nothing happens. The PrintSalesOrder/Quote action doesn’t appear in the container “Order Summary”. I was able to add the report screen in the main menu but i want to have the redirect within a specific Sales Order record.
Anybody know what is missing?
Thanks!
Page 1 / 1
Hi,
I followed the tutorial long time ago as you mentioned in the link and it works perfect. We can get the report from the sales order transaction.
Hi,
I followed the tutorial long time ago as you mentioned in the link and it works perfect. We can get the report from the sales order transaction.
Hi @carloszambrano52 , sorry about the delay in answering back. You’re saying that in your app, within the Sales Order screen, within the Order Summary container, appears an action called “Print/Quote...” and when you select it, the report is displayed? Could you send me a screenshot of how does it look like, please?
I write again the same code you sent me in the image above and it doesn’t appear any action in the container summary.
Thanks!!
Hi,
Please make sure of the following:
The action that you want to map in mobile app is visible in the Web screen.
If your screen has containerActionsToExpand in the msdl code then you may want to increase that number as well since you are adding a new Action to that mobile screen.
How do you know when you need to use listActionsToExpand. Doesn’t the screen menu just expand to accommodate another action?
How do you know when you need to use listActionsToExpand. Doesn’t the screen menu just expand to accommodate another action?
No, it’s my understanding that actions are predefined and if you need more, you need to make more space first.
From the mobile app, when you go to print the Sales Order. Select the newly visible function to print the sales order. Does the print render on the mobile device, like in the Web interface, or does it just execute?
Very helpful discussion.
Matt
Yes it does render on the mobile app. Make sure you add any report to the menu first so it has somewhere to redirect.
Thanks @dgross With the changes outlined it did render on the app. But how do i print it. The action keys at the top of the pdf do no show Print Send or Export. Did I miss something. Here is the image.
Any help is appreciated.
I posted my customization, so that as a community we grab it and/or improve it.