4Site
Support Request System
View Patch #60.101.039
Description
Patch ID:
Date Implemented:
Patch Title:
Patch Type:
Request IDs:
Bug
Enhancement
Other
03282 -
"Invalid use of null" error adding wo costing to project
Symptoms:
When adding a new work order and attempting to select a project as costing, the error, "Invalid use of null" is displayed.
Solution:
There are two places that an account is stored in relationship to a project. The project table has an account and projacct also may have multiple accounts for each project. In this case, the project accounts table was pointing to an account that had been deleted from the accounts table, causing the error. The account deletion code now checks both the project and projacct tables for the presence of the account to be deleted. Preventing the account from being deleted will prevent the error in work order.
Browse Patches
Find a Patch
Return to Request System Menu