Search
-
LaCrews,
It is currently not possible to do that with the API.
My suggestion is to create a screen and use the loop through table action to do the update
Dave
-
Hi Jacob,
There are 2 ways to do what you are asking. You can use the create short method url action from within method itself. (You can read up on it at http://www.methodintegration.com/method/kb.aspx?folder=methodcrm&article=Create-Short-Method-URL&id=165)
The second way is using the API, I will provide examples below. My ...
-
Warren_nickus,
Do the transactions show up in regular method? The api queries your method account, it does not query quickbooks. If the transactions are not in your method account then the api cannot return them.
If the transactions do not show up in regular method. Take a look at your synchronization settings under ...
-
Warren_nickus
How are you formatting the dates? Try formatting them as 'yyyy/MMM/dd' or 'yyyy/MMM/dd hh:mm:ss tt'
So for example 'April 12, 2012' would be formatted as '2012/Apr/12'
And 'April 12, 2012, 10am' would be formatted as '2012/Apr/12 10:00:00 AM'
The way you are formatting ...
-
Warren_nickus,
How are you formatting the dates? Try formatting them as 'yyyy/MMM/dd' or 'yyyy/MMM/dd hh:mm:ss tt'
So for example 'April 12, 2012' would be formatted as '2012/Apr/12'
And 'April 12, 2012, 10am' would be formatted as '2012/Apr/12 10:00:00 AM'
Dave
-
Dave,
This issue should now be fixed. Please try now
Dave
-
Hi bjholt
Please take a look at the documentation available at http://www.methodintegration.com/self-service-documentation.aspx
The documentation also has an example about importing records from excel via the api
Dave
-
CF_Pro,
To update unfortunately this suggestion will not be implemented.
To implement this suggestion would deviate from standards. XML nodes are not guaranteed and if null typically are not delivered.
There are also performance reasons for this. The xml writer does not need to write unneeded xml, the xml is faster making transmission and ...
-
Warren_nickus,
The information you are looking for is available in the Method CRM help center, located at http://www.methodintegration.com/method/kb.aspx?folder=MethodCRM&article=Overview&id=73
In particular, Information about creating method shortulrs is located at ...
-
Warren_nickus,
I'm gonna correct my self about one thing in my last post
You should not use the MethodAPIGetScreenURLV4 as the strattachment field value in the email function. Instead, use it in the body of an email.
An example of doing this in method can be found in the Invoice or the sales orders screen. Look into the ...
|
|
|