Search
You searched for the word(s): '
-
I'm looking at creating a mobile screen for creating purchase orders, viewing existing purchase orders isn't required.
Best practice suggests not using any grids on mobile screens. So I need to replace the grid for adding line items on the standard screen with something else.
I think a series of dropdowns will accomplish this, but is ...
-
Jay - everything that is available, is "standard" in the Field Services app already. I'm unaware of whether anyone has taken the advice in the thread and has made something that can be copied.
Paul
-
Ok cool glad you recognize the flaws, hopefully I will not have to call on you to be a log reader in the future :)
Thanks
-
[quote user="Method_Paul"]
-OR- after you created all your invoices using the API, sign into Method, and have a screen that loops through all your new invoices and emails them - here you can use the "Generate Report" action where the action result will contain the location of the PDF it created, and in the "Send ...
-
Agreed. However, it's not as easy as just delivering the raw error that we get, as that can potentially be a security risk as it may give out server configuration details.
So our job is to parse common errors and turn them into meaningful messages. That hadn't been done for the error above, so you just got the generic "we haven't ...
-
Hmm.. at least output some useful error info within your api.
-
-
Thanks Paul, how do I see the error logs so I don't have to bug you guys. :)
Thanks
-
Can you make sure that the fields listed in your insert are unique. Looks like there are error logs suggesting 'BillAddressAddr1' is specified twice.
Paul
-
This is the error I am getting when trying to insert a new customer record. with the MethodAPIInsertV2 api call.
I have no clue what the error is, any way to find out?
Do I first need to create a company record in order to add a customer record?
|
|
|