-
Hi Ronen
The simple invoice for one but I would imagine it applies to all the transaction reports like sales orders, receipts, estimates,.......
-
Hi All
I've noticed that on the default reports if you have a discount item that IsPercent it displays in the rate column as a monetary amount instead of a percent. In this case the rate field needs to be conditionally formated.
This has happen on a couple of different accounts and I have added an addtiional formatting condition that ...
-
Aaron
Here's a link 1 minute silent film demo.
http://www.screencast.com/t/mxgub3Yyl
-
You can change the height parameter from 100% to some like 800px.
-
It sounds like you are trying to modify the values in the dropdown list. If this is it, here's some info that should help.
When you add a field as a dropdown type what you are actually doing is referencing a value in another table. So, in order to edit the text content of a value in this list, you'll need to use a screen that ...
-
what are you trying to change?
-
Hi Sunny
What table/field are you talking about?
-
Steven
In order to clean up your data you'll either need to setup a screen designed to allow you to manually edit the entries or you can add a button to an existing screen and program the necessary actions to do the cleanup.
As far as controlling when transactions sync with QuickBooks, all QuickBooks transaction tables have the is ...
-
Hi Steven
These can easily be accomplished by writing a small program that updates each record as not waiting for sync approval.
-
Hi Kandy08
There is an example of inserting and updating records as part of the asp.net example. If memory serves, It's written in VB.net.
You can download the example from this page: http://www.methodintegration.com/self-service-documentation.aspx
HTH