Bill sent this in via email:
Hi Adam,
Adding the field is not a problem. Getting them to auto fill with the information is the questions.
Does this program have the ability to auto fill in the address and phone numbers of the client on a work order?
Or does that information have to be added manually
Bill
Bill,
This program definitely can autofill addresses and phone numbers. Take a look at the actions on the invoice screen, Customer dropdown box. You'll see many instances of Retrieve Value from Table. These actions get values from a table (customer table) and put them into a field on the screen. You will need these same actions on your custom work order screen.
- Adam