Method Community

 

Search

Page 2 of 3 (28 items) < Previous 1 2 3 Next >
  • Re: Table does not support add.

    We were adding and deleting&nbsp;a field to the table that &quot;broke&quot; the table earlier in the day. We broke the table by trying to link a filed through too many times I think. We tried to link a field from courses Table-&gt;Enrollments Table-&gt;CoursePayment Table-&gt;CoursePaymentsTable.&nbsp;But this bug occurred&nbsp;after we had ...
    Posted to Method:API Q&A (Forum) by dknoben on 09-05-2017
  • Table does not support add.

    I am having an issue inserting data into one of my tables via the API.&nbsp; The CoursePayments table is telling me when I try to insert data that the &quot;Table does not support add.&quot;&nbsp; When the call happens it is working about half the time, which is concerning since the data looks almost identical between calls to insert the ...
    Posted to Method:API Q&A (Forum) by dknoben on 08-28-2017
  • Select XML Call, add limit to records returned

    is there a way in the maethod&nbsp;api select xml v2 call to set a limit on the number of records that get returned? It looks like were not the only ones interested in this functionality. &nbsp;http://www.method.me/cs/forums/p/4149/15979.aspx#15979 &nbsp;
    Posted to Method:API Q&A (Forum) by dknoben on 07-19-2017
  • Re: Escaping XML

    Hi Jon, Can we get a status update on this?&nbsp;It turns out that this &quot;low impact&quot; bug is literally breaking our web application. We imported data from a legacy site and names&nbsp;with special characters are causing considerable issues. We&#39;re at a loss for what to tell our international customers.&nbsp;They can&#39;t use the ...
    Posted to Method:API Q&A (Forum) by dknoben on 07-18-2017
  • Re: Update File API Call convert Image to byte array.

    The solution for this ended up being fairly simple. The image data can be fetched using this basic pattern: $handle = fopen($imageUrl, &#39;rb&#39;); $imageData = stream_get_contents($handle); At this point, $imageData can be passed to Method using the MethodAPIUpdateFile SOAP call. However, we ran into a couple of issue which are probably worth ...
    Posted to Method:API Q&A (Forum) by dknoben on 07-18-2017
  • Update File API Call convert Image to byte array.

    Has anyone had to make a byte array out of an image url so they can upload it to method using the UpdateFile Call in PHP.&nbsp; I am running into issues creating the image byte array and was hoping someone else migh have already solved this issue.
    Posted to Method:API Q&A (Forum) by dknoben on 07-17-2017
  • Re: MethodAPICreateTableV2, User does not have permission

    I don&#39;t have access to the classic version of Method CRM to make that update.
    Posted to Method:API Q&A (Forum) by dknoben on 06-20-2017
  • MethodAPICreateTableV2, User does not have permission

    Hi, this is Daniel with Sitecrafting, I have a question for you. We are trying to create a table via the API, but when I try to use the MethodAPICreateTableV2 call, it says &quot;Failure. The User account specified does not have permissions to create tables. Set these permissions under Customize &gt; Users&quot; I just created a table in the ...
    Posted to Method:API Q&A (Forum) by dknoben on 06-20-2017
  • Customer Sync Via the API

    I have a very interesting problem and I could use some information about the quickbooks sync to help me solve the issue. The problem occurs in a very specific situation. When a user registers on the front end, we use the data to create a new customer record in method. This insert leads to a new customer in quickbooks very quickly, so the sync must ...
    Posted to Method:API Q&A (Forum) by dknoben on 06-13-2017
  • Re: Escaping XML

    We are using the api to sync information from a web form that the customer fills out about themselves, back into method.&nbsp; We first noticed this error when our QA tester tried to enter javascript into one of the fields.&nbsp; We are now validating that no fields contain potential HTML or javascript tags, so we do not expect any users to be ...
    Posted to Method:API Q&A (Forum) by dknoben on 06-13-2017
Page 2 of 3 (28 items) < Previous 1 2 3 Next >