BLOG
Vista Customization-Filter Phase Lookup
Scenario: Looking to restrict the lookup values based on the active status of the Job Phase. Requirements: These steps assume that you own the UD Module. If you don't own the UD Module, you could perform steps 1-4 with a SQL script. Example Solution: Open UD User Defined Lookups formCopy [...]
Vista Customization-Filter SM Site Lookup
Scenario: Looking to restrict the lookup values based on the active status of the SM Customer Requirements: These steps assume that you own the UD Module. If you don't own the UD Module, you could perform steps 1-4 with a SQL script. Example Solution: Open UD User Defined Lookups formCopy [...]
Vista Customization- Restrict PO Expense GL Accounts
Scenario: Looking to restrict the valid expense accounts during PO entry to specific accounts. Example Solution: Add a custom validation in UD User Validation In the SQL tab, insert the code found below. Customize code to use your list of acceptable accounts. Press the compile button. In PO Purchase Order [...]
Vista Customization- PR Phase Ins Tax State Update
Scenario: Looking for a way to easily update insurance tax state for a specific phase code across all jobs. Example Solution: It is a good idea to test this in a test database before impacting your live database. Create a backup of your database. Create Stored Procedure, see SQL Query [...]
Vista Customization- AP Entry Fixed Asset Threshold Validation
Custom Validation Example Below is an example of a custom validation written to validation AP transaction lines coded to Fixed Asset G/L accounts to see if they meet the capitalization threshold. To create a validation on the GL accounts on AP Trans. Entry or AP Unapproved Trans. Entry [...]