Search
-
Good Morning Paul,
I’m now trying to upload my “test” leads. However, I get this
error - Error:We couldn't update current record because
we couldn't find a single unique parameter that will match your update
criteria.
Since these are leads, there’s no RecordID – it seems Method
wants a RecordID ...
-
Hi Dave - I have moved this post to the API forums. A member of our team should respond here. Thanks.
-
Thanks. Understood.
-
Jame-
Value from Row only works within Loop through table and Loop through grid, it pulls values from the current record in the loop. If you are trying to get the value of a row you have selected or the row you are editing you can use value from screen.
When using Value from screen the options towards the end of the list are normally for ...
-
James,
Option 1:
If there is only going to be 1 set of chemical readings, then this option would work. The con you mentioned isn't actually an issue, if you were to copy the screen to another account then the newly created fields would also be copied to the tables in the other account.
Option 2:
In this situation I would probably create a ...
-
1strate-
I just want to point out that to copy a screen the users will have to have Method CRM Pro and also you would need to get access to their password to copy the screen over to your account.
One additonal note is that any custom fields they have created in the table used on that screen would be copied over to your account, so you may have ...
-
Wylie-
Sam's info is pretty accurate I just want to add a couple of extra details.
-You can receive the payment through Method like you do QB but to actually process them with a gateway you would still have to be signed up with a gateway as Method doesn't have its own payment gateway.
-Credit card info can be entered into Method but ...
-
Thanks viret576 for sharing.
To anyone else reading this, it does depend on what technology you are using whether you need to URL encode or not. For example, if you are using .NET and adding a web reference, the URL encoding is automatically handled for you. But if you are doing a raw HTTP Post (which the Method API supports), then ...
-
Good show. And good clarification, Paul. When using MethodAPI via POST, I pass the values on the right sides of '=' signs through the PHP function urlencode().
Slightly off-topic, don't forget to prefix quotes with slashes if comparing arbitrary strings. I'm guessing that applies to .NET or any language.
-
@CF_Pro -
With regards to supporting Intuit Merchant Services and Authorize.NET with the API - I have answered that on the API forum for you (link below), as we want to keep API questions on the API forum, so we don't scare all the non-coders!! :)
http://www.methodintegration.com/cs/forums/p/3011/11413.aspx#11413
Paul
|
|
|