Search
-
Hi Matt,
We have fixed Method API code and now you shouldn't no longer get these "SQL Injection" messages.
Sorry for any inconvenience caused.
Thank you
Victor
-
Hello Brian,
You can get last modified date using method API only for tables that have a predefined table field called LastModifiedDate. An example of such table is Activity table. Unfortunately, tables that don't have a predefined LastModifiedDate field, will not keep timestamp information.
Thank you
Victor
-
Click the following link to learn what is included in this release.
http://www.methodintegration.com/cs/blogs/methodblog/pages/method-outlook-plug-in-2-0-v2-1-37-update.aspx
- Victor
-
For version 2.1.37 of MOPI, here are the updates:
Resolved an issue where "New Contact/Lead/Customer/Vendor" window was closed, if an error was encountered while saving the record.
Resolved an issue with Outlook contacts exporting, where some fields were not filling the "New Contact/Lead/Customer/Vendor" window properly. ...
-
If you prefer
MethodAPISelect_XMLV2, here is a sample code for it also:
string result =
_methodApi.MethodAPISelect_XMLV2("CompanyName ", " UserName ", "Password", "", "UploadFileTable", "UploadField,UploadFieldFileName", "RecordID=1", ...
-
Hi Seny,
In order to retrieve the file you can use MethodAPISelect_DatasetV2. Here is a sample code:
DataSet ds = new DataSet();
string result =
_methodApi.MethodAPISelect_DataSetV2("CompanyName", "UserName", "Password", "", ref ds, ...
-
Hi Seny,
We have implemented two new functions to help you insert and update files using MethodAPI - MethodAPIInsertFile and MethodAPIUpdateFile. Hopefully, it will satisfy your request to have file upload in the MethodAPI.
Here is a description on how to use it:
MethodAPIInsertFile
Overview
This API operation inserts a
single ...
-
Click the following link to learn what is included in this release.
http://www.methodintegration.com/cs/blogs/methodblog/pages/method-outlook-plug-in-2-0-v2-1-36-update.aspx
- Victor
-
For version 2.1.36 of MOPI, here are the updates:
Resolved an issue where appointment category settings were throwing error messages, when attempting to update category mapping.
To download the most recent version of MOPI, follow the steps below:
In Outlook, click Setup.
At the bottom of the "Settings for Outlook Add-in for Method ...
-
Dear Mikefieldhouse,
I am sorry to say that currently, we do not support a synchronization from Method to Outlook. We are looking into possibility to have a
full contact synchronization in the near future. We will get back to you as soon as
possible with a definite answer.
Thank you
Victor
|
|
|