Search
-
Can you tell me what type of card swiper was used or recommend a type so that I can order one and try it?
Thank you
-
Aloha,
We have a website (NogginBuilders.com) that takes orders from a customer. We then use an API to sync information from the website into Mehtod. The Sales Receipts and their associated Sales Receipts Lines come over to Mehtod perfeclty. The only problem is the Sales Receipts do not automatically sync to QB. ...
-
I'm going to reach out to you directly.
-
Hi Peter,
Thanks for the reply. I tried deleting the Contact portion of the code, however FullName is still not being interted. I see FirstName, LastName and Name, but FullName is blank when looking at the customer.
-
I should have reviewed your code before responding. My read of your code is that the Contact section is creating the problem and should not be executed. When you create the Customer you are creating the first Contact for that Customer automatically. You do not need to execute the Contact section of your code (everything ...
-
I haven't reviewed the code you provide but I suspect I know what is happening. There is a bit of business logic that needs to be included to make Contacts work properly. In short, Contacts should (must) always be associated to a Customer. However, the API does not prevent you from creating a Contact without associating ...
-
The following updates are now live for users of Method.
New Features
Enhanced Messaging on the Contacts App to provide a better explanation of the Customer / Vendor portal (PL-3711)
Added App-Ribbon support on Contacts for Bills and Purchase Orders (PL-14346)
Added App-Ribbon support on Sales Transactions for Activities
New look to ...
-
Hi Jim,
Thanks for the reply.
The code is inserting 'Name'. When I look at the contact screen Name is there but FullName is blank.
I tried modifying the code to enter both Name and FullName but it won't allow an insert of the FullName field.
-
Hi GroGreen,
The API should be taking the Name field provided in the code and generating the FullName. Can you please pass the code that you used to pass to Method originally and the account that this is in so that we can have a look?
Best,
Jim
-
Hey all,
Using arrowplane's code from here: https://gist.github.com/relish27/67432c710f4b4904ca6f
Everything works ok, however the FullName field is not being generated. It is my understanding that FullName is generated by Method. If I try to add FullName to the insert I get the response: 'The field FullName does not support ...
|
|
|