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?
Could you please confirm, if you've also mapped the Sales Order (SO641010) report form in the mobile site map in addition to the PrintSalesOrderQuoteReport action on the Sales Orders (SO301000) entry form?
<sm:Screen DisplayName="Sales Order" Icon="system://Credit" Id="SO641010" Type="Report" Visible="false"/>
Related
I created a Generic Inquiry and Exposed to the Mobile Application. However, I keep getting "String was not recognized as a valid DateTime." whenever I open up Filter in mobile app but it works smoothly in web.
Parameters:
Conditions
My Appointments screen in Mobile
Error in Mobile App when go to Filters:
I checked parameters and conditions with other existing GIs and looks similar to me.
In your paramter StartDate... try #Today-1 That will get you yesterday's date
My experience with dialog flow is minimal. I want to add clickable button responses that an end-user can select from. I do not want to use any other platform except for Default. I will be implementing this on my website. I have not enabled webhook and fulfillment yet. I just want to write the code to add buttons, test it, and then publish my agent on the website.
I have bad news for you. From the default features the only option you have for implementing it on your website is using Web Demo which does not support rich responses(button, image, etc..). That means if you want to implement a bot with rich response on your website, you will have to enable Fulfillment and use webhook.
I am trying to create sales orders using WebServices from our CRM (Salesforce) to NetSuite. I am having an issue with international sales orders, in particular I am hitting this issue with United Kingdom.
If I create a sales order in the UI and set a bunch of field values and then set the Address to United Kingdom, I get a popup with the following message:
The address you have selected is based in a nexus for which you are required to charge a different kind of tax. Click OK to change the form to one that is applicable for that Nexus.
In the UI, when you click "ok", the page reloads and a few new tax fields appear (the fields are built in, denoted by the field ids). The problem is when the page reloads, all of the data is wiped out.
I did this UI testing to determine what was causing this. However, in WebServices, all the data sets at once (not able to be done in any "order"). What is happening with my webservice call is that it gets this same warning and then all of the data it tried to send is lost and then it tries to submit the record, hitting validation rules we have in place.
Has anyone hit this before? Is there a field or something I can set via webservices that is what NS is doing on the backend when you click "ok"?
I am open to any solution. I do have a ticket open with NS Support, however so far they have not been helpful. If I do get a resolution, I intend to post it for others.
to get around it, you can access the vendor first then select dropdown icon to open the purchase order
I think I looked and searched everywhere but I could not find any charts or report with referrer traffic data. I am using the newest version that stores data in the preview Azure portal. In the old Application insights (that was in VS Online) had this data.
Does anyone know if and where it can be found in the new portal?
Thanks in advance!
We don't have a native support for url referrer yet. As a workaround you could add a custom property to each JS SDK api call you need (like trackPageView). You'll have to set the property value yourself. I checked that this works:
appInsights.trackPageView(null, null, {urlReferrer: document.referrer});
First two nulls make us to set page name and url automatically. 3rd parameter is a custom properties object.
Then you'll be able to group by "urlReferrer" in the portal.
There is a property called "Page view referral url base" that you should be able to segment the chart or grid of page views.
In the Metric Explorer, Add a chart => Select Page View Metric => Turn Grouping On => select Page view referral URL base.
We would like to let a user with mobile device (Notebook/Tablet/Smartphone) add an event to his Calendar by just hitting a button/link/url from our MOBILE WEBSITE.
How can we provide this? (We read that this is not possible with an Stock Android Google calendar).
the button should point to a icalendar file describing the event (see rfc5545) when downloaded the client will then add the event to the local calendar.