Hi All,
I need to print an offline HTML file in filed service mobile app(Resco App). I have used the following function.
function print() {
var service = new MobileCRM.Services.DocumentService();
service.print("file://OfflineInvoice.htm", false, MobileCRM.bridge.alert, null);
}
But when I try to print it does not show dynamic content of the file.
Output
Expected output
Could you please help me to resolve this issue?
Thanks
Ajith