The title of this topic should be Printing an invoice on the Mobile App is not doing anything.
I wish I could change the title!
When I try to print an invoice on the Mobile App, nothing happens.
I read this previous topic and I think I am doing everything correctly.
I added AR301000 Invoices and Memos to the Mobile App.
I updated AR301000 to expose the printInvoice command on the mobile app
update screen AR301000 {
update container "InvoiceSummary" {
add recordAction "PrintInvoice" {
redirect = True
}
}
}
This is the command from WSDL

I exposed the action to the mobile app in the project editor.

In the Mobile App, the Print option appears in the ellipse menu.
When I select Print, no report is shown. Nothing seems to happen.
I verified that the invoice I am working with is available to be printed as I can print it from the UI.
Does it look like I’ve missed something?


