Search
-
Well, to be more accurate about my current situation, it's not that I'm going to be designing screens to access privilegd information.. it's that I need to be restricted from being able to create such screens.
Here's the situation: Method apparently requires the synching Quickbooks account to have access to "Sensitive ...
-
[quote user="Martin"]However I have still not tested wether this applies to customers that you email the invoice to direct from the system.[/quote]
Based on your fix above, it will work for your customers if they have the correct regional settings in their browser. The invoices we email is generated on the fly so the email ...
-
@smohyee
I am not sure if there is a nice, clean way to achieve your goal with this task
If you want the ability to customize screens and not actually see the data in the runtime screens will require a lot of awkward customization and still might not be 100% fool proof.
You can consider :
1) You, as the customizer, take direction and ...
-
@Ted,
Thanks for the quick reply. Your suggestion works great and solves the overlap and loss of image issues. There's still a little hiccup in that the watermark doesn't display in design mode, so I still use my original image there as well, as it's needed to lineup the fields.
Thanks again fo the ...
-
Understandable.
Knowing that it is SQL Server helps because now I am able to say "TOP 1000" in the fieldQuery and choose a column to order by I can now range the requests by something other than date - which I don't like.
I suppose since you didn't offer any alternatives that there is no way to get an entire table in one shot. ...
-
@ Innovative
From the error message, it appears that there is an issue with a drop-down menu within the screen. The drop-down menu might be missing or allocated incorrectly.
These messages are from a new validation that was recently put in place and the issue has always been there, we just never made our users aware of it prior to ...
-
Hi sbartgis,
Sounds like you hit the webservice timeout unfortunately.
Our databackend is sqlserver both and Limit and Offset do not exist in sqlserver. The closest you have is Row_Number in conjunction with a common table expression, but that functionality is not supported by the API and there are no plans to include it in the near ...
-
Lisseth - Welcome to the Forum
I believe that you are currently using the QuickBooks Online Edition. There is not an option to make a customer inactive within the QB online software. Hence under Method, when you are setting a customers to be inactive there is no relationship with that field in QB Online during the sync process. This means when ...
-
Warren_nickus,
I moved this post to general Q & A to make sure your question is properly addressedd
Dave
-
Warren_nickus,
I am unable to reproduce this problem. I have tested MethodAPIInsert,MethodAPIInsertV2,MethodAPIUpdate, MethodAPIUpdateV2 on both the original and forthcoming version of the API.
Below is an example of the code I used to test MethodAPIInsert (I have blanked out the company account, user name and password, with XXXX, YYYY, ...
|
|
|