Method Community

 

Search

Page 12 of 17 (163 items) « First ... < Previous 10 11 12 13 14 Next > ... Last »
  • Re: Writing two linked tables

    &nbsp;Jason L I need a little more information about this. &quot;&lt;?xml version=&quot;1.0&quot; encoding=&quot;windows-1252&quot; ?&gt;&lt;MethodAPI response = &quot;Cannot insert the value NULL into column &#39;TableARecordID&#39;, table &#39;xxx.dbo.TableB&#39;; column does not allow nulls. INSERT fails.&quot; Is &#39;TableARecordID&#39; a ...
    Posted to Method:API Q&A (Forum) by Method_David on 07-13-2012
  • Re: Writing two linked tables

    &nbsp;Hi Jason L, In the second scenario, you don&#39;t need to use the recordid after the insert, just the text to write to B. This is because currently the api does a look up internally and grabs the recordid. I&#39;ll illustrate this with an example (It&#39;s in C# and assumes you have all the references, etc added). I want to insert an ...
    Posted to Method:API Q&A (Forum) by Method_David on 07-13-2012
  • Re: SendEmailV2 with email templates

    &nbsp; Hi Matt, The dataset should not be returning encoded data, unless it is encoded in the table in your method account. If the data is encoded you should be able to decode it with a simple .NET HttpUtility.HtmlDecode e.g HttpUtility.HtmlDecode(&quot;&amp;lt;strong&amp;gt;Something Bold.&amp;lt;/strong&amp;gt;&quot;) will return ...
    Posted to Method:API Q&A (Forum) by Method_David on 07-05-2012
  • Re: SendEmailV2 with email templates

    &nbsp;Sorry Matt, My last response got submitted while WIP anyway... I would just put the html in there without encoding the tags e.g.&lt;strong&gt;Something bold.&lt;/strong&gt; would show up as Something bold Dave
    Posted to Method:API Q&A (Forum) by Method_David on 07-05-2012
  • Re: SendEmailV2 with email templates

    &nbsp;Hi Matt, I would just put the html in there without encoding the tags e.g.&lt;strong&gt;Something bold.&lt;/strong&gt; Dave
    Posted to Method:API Q&A (Forum) by Method_David on 07-05-2012
  • Re: SendEmailV2 with email templates

    &nbsp;Hi Matt, Are the html tags encoded? That would cause them to show up as html code rather than as a formatted body Dave
    Posted to Method:API Q&A (Forum) by Method_David on 07-05-2012
  • Re: CreateMethodAccountV3

    Hi&nbsp;Matt&nbsp;and LaCrews, Thank you for bringing this to our attention. The following 2 updates have been made to MethodAPICreateMethodAccountV3: 1. Naming a new company account has been fixed so it follows the same rules as everywhere else in method. i.e. A company account must contain only letters and numbers (no underscores, spaces, ...
    Posted to Method:API Q&A (Forum) by Method_David on 07-03-2012
  • Re: Problems with Web Service API Call

    &nbsp;HI DaveS Following up a little more on this, we should also point out that we have no other users reporting this. We also use the API on a regular basis for many of our applications and internal functions and have never encountered this problem, nor have we had to resort to implementing Microsoft&rsquo;s certificate policy code above.&nbsp; ...
    Posted to Method:API Q&A (Forum) by Method_David on 07-03-2012
  • Re: Problems with Web Service API Call

    &nbsp;Hi DaveS, &quot;1 Method API documentation suggests using HTTPS, is that still true?&quot; Yes &quot;2. Is there a limit to the # of API calls such as 1000 per day/ week/ month?&quot; No there is not....as long as your login credentials are valid use away &quot;3. Why are the Method API calls not working and what can we do to get them ...
    Posted to Method:API Q&A (Forum) by Method_David on 07-03-2012
  • Re: Using API with Java

    &nbsp;Hi Steveb, Following the article available at http://msdn.microsoft.com/en-us/library/d2s8y7bs%28v=vs.80%29.aspx&nbsp;I successfully generated a proxy class in both C# and VB.Net from the following wsdl https://www.methodintegration.com/MethodAPI/Service.asmx?wsdl Have you looked into alternate proxy generation methods such as the eclipse ...
    Posted to Method:API Q&A (Forum) by Method_David on 06-29-2012
Page 12 of 17 (163 items) « First ... < Previous 10 11 12 13 14 Next > ... Last »