Search
-
Hi rgatton,
I just sent you an email with more details, but I've had to create a ticket with our development team for this. I'll keep you posted on the status here.
--Audisho
-
Hi rgatton,
Can you email me your company account name so that I can take a look?
--Audisho
-
I tried submitting the same update requests without the TenantID field (just passing the Name & IsActive fields), and getting the same error about the table not supporting edit.
Is there anything else I can try?
I don't understand why if the table is supposed to support edit, it is reporting that it doesn't when I run ...
-
Hi rgatton,
I believe the issue you're having is that the TenantID field is locked. This is standard for all accounting tables (tables that sync with QuickBooks), as changing this will certainly cause issues with your sync.
If you want to add data to a specific tenant, you should be specifying that tenant name in the strCompanyAccount field. ...
-
The list of fields I'm updating is: Name,IsActive,TenantID
The strange thing is, I have a personal Method account and when I perform a MethodAPITableListV2 operation on that account, it has [SupportsEdit]=true for the Class table. But when I do that operation for one of the accounts where the update is failing, it's showing ...
-
Hi rgatton,
Sorry for the late response. The Class table does indeed support adds and edits both via Method UI and the API. It could be that you're attempting to modify a locked field on the table. Can you post back with the fields that you're attempting to update?
--Audisho
-
Thanks Matt,
I'm doing something similar with a link, but the button is a great idea.
The problem though is that you can't trigger actions such as validation on a Submit button. At least I couldn't get it to work.
-
Hi there Ben,
Unfortunately the 'Notes' field is still not available through the QuickBooks Online API.
If you'd like a more technical breakdown of the Syncing fields and Objects in QBO, check out Intuits Developer Resources. This will show you the various Queries and expected responses made through the QBO API.
Thanks ...
-
Mahlon,
Here is a work around, put the following in a text object on the screen:
<button class="mi-button mi-button-primary" onclick="goToSite()">Go To Site</button> <script> function goToSite() {window.location.href = "https://www.google.com";}</script>
Obviously, change the ...
-
Method Team,
Using the Classic version of Method - if I want to create a form in the Advanced web-to-lead custom forms section, using the customer table as a base. Can I attach a link to another website in the form? If not, at the end of the form can you send the back to the original website? Can I create a pdf ...
|
|
|