![]() |
|
||||
Project Contract Field |
|||||
FeatureProject accounts had a Contract field, which has never been used for anything. To prevent confusion, we have removed it, and replaced it with a View Contracts button. Suggested ByTurtlesoft staff. How to UseClick the View Contracts button to see all contracts for the current Project account. Technical DetailsProgrammer note-- we will not store any references
in Project accounts, to any contracts. Instead, we're
using the new DB_ListManager::FillMatchingRecords method
to fetch a list of contracts very quickly. It can probably be extended
to other places where we need to fetch a list of transactions
for one account. |