Page 1 of 1

Changing Default Customer Terms

Posted: Fri Nov 18, 2005 9:29 am
by Nev Williams
Is there any way to change the Default Customer terms away from 30 Days.
Want to set a 0 days.

Posted: Fri Nov 18, 2005 9:33 am
by COBS Tech Support
From Installation Workshop select:

1. Build|Screen Builder
2. Click on Customers from the list and press the Open button.
3. Select File|Screen Script
4. Paste the following script into this area:

// Mode 0 occurs when users press Add button
If Mode = 0
ScrWrite("CUSTERMS", 0)
Endif