Search
-
The SalesRep table in Method has missing or incorrect data in it. I cannot edit the table in Method and the data does not seem to be corrected through a changes-only or the scheduled full sync.
Several records in the SalesRep table are missing data in the EntityType and SalesRepName fields. In addition, the data is the ...
-
I found my mistake. I had not changed the "SOAPAction" to MethodAPITableListVs. That is why I was getting a response with MethodAPISelect_XMLV2Response tags.
Problem solved.
-
We have a web app running which connects through the MethodAPI, retrieves data, disconnects, processes the data, then repeats. I am using PHP, XML and cURL.
Now I am working on another web app to simply retrieve a list of tables using MethodAPITableListV2. I get a failure response: "Failure. The API could not ...
-
Dave,
I need to add that I have used a where clause similar to the one above using the MethodAPI and Excel VBA. So now I am wondering if PHP and cURL are the culprits. Any ideas?
-
Dave,
I have tried a data range which does return data. When I use "<tem:strWhereClause>(TxnDate >= '2013-09-23')</tem:strWhereClause>", many record are retrieved. However, when I try to limit the search to one week with "<tem:strWhereClause>(TxnDate >= '2013-09-23') AND (TxnDate <= ...
-
I have written a successful MethodAPISelect_XMLV2 query using
"<tem:strWhereClause>(TxnDate >= '2013-09-30')</tem:strWhereClause>".
But when I use
"<tem:strWhereClause>(TxnDate >= '2013-09-30' AND TxnDate <= '2013-10-06')</tem:strWhereClause>"
instead, the cURL ...
-
I have a grid based on the Opportunity Table. I want to add a column to the grid with a comma delimited list of Estimate numbers related to the Opportunity. Is it possible to write an SQL Override that accomplishes this? Ideally I would like each estimate number in the list to be a link to the associated estimate.
I have ...
-
I need some clarification about Method email attachment capabilities.
I have attached generated reports to emails successfully. I read in a forum post that I can use a 'file attachment' database field to attach a file to an email. (I have not actually done that yet.)
My question concerns the documents we uploads to Method. ...
-
I am looking forward to the next version of the designer. Thanks Paul.
~V
-
Is there an action that allows multiple fields in a database table record to be updated at one time (as 'Insert Records Into Table' allows multiple fields to be set upon insert)? If not, would the Method Development Team consider creating one. It would be a time saver, not to mention making the action set less ...
|
|
|