I have enabled Print Sales Order/Quote menu on Acumatica mobile app from Sales Order screen, so user can print the SO from their mobile itself.
I have below code written in mobile sitemap to enable the option but when I click on the link to Print the Sales Order, these error popsup "Unsupported Protocol: The communication protocol used by the Acumatica ERP server to which you are trying to connect is not supported by the application. Make sure you use the latest version of Acumatica application."
<sm:Action Behavior="Record" Context="Record" DisplayName="Print Sales Order/Quote" Name="PrintSalesOrderQuoteReport" Redirect="true"/>
If I remove Redirect option from the above code, the error goes away but it doestn't work either.
I am using Acumatica Version 18.100.0049. Any suggestions?
