Search
-
We were adding and deleting a field to the table that "broke" 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->Enrollments Table->CoursePayment Table->CoursePaymentsTable. But this bug occurred after we had ...
-
I am having an issue inserting data into one of my tables via the API. The CoursePayments table is telling me when I try to insert data that the "Table does not support add." 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 ...
-
is there a way in the maethod 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. http://www.method.me/cs/forums/p/4149/15979.aspx#15979
-
Hi Jon,
Can we get a status update on this? It turns out that this "low impact" bug is literally breaking our web application. We imported data from a legacy site and names with special characters are causing considerable issues.
We're at a loss for what to tell our international customers. They can't use the ...
-
The solution for this ended up being fairly simple. The image data can be fetched using this basic pattern:
$handle = fopen($imageUrl, 'rb');
$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 ...
-
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. I am running into issues creating the image byte array and was hoping someone else migh have already solved this issue.
-
I don't have access to the classic version of Method CRM to make that update.
-
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 "Failure. The User account specified does not have permissions to create tables. Set these permissions under Customize > Users" I just created a table in the ...
-
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 ...
-
We are using the api to sync information from a web form that the customer fills out about themselves, back into method. We first noticed this error when our QA tester tried to enter javascript into one of the fields. We are now validating that no fields contain potential HTML or javascript tags, so we do not expect any users to be ...
|
|
|