FUNCTION LockTable(lockstate) |
Logic to check and lock main table
|
Parameter | Description |
lockstate |
[input, numeric] Flag for locking table |
|
Returns |
[boolean] True if success, False if failure |
|
FUNCTION RemoveLockTable() |
Closes locked table
|
Returns |
[boolean] Always returns success |
|
FUNCTION SetChildColl() |
Sets child collections
|
Returns |
[boolean] Always returns success |
|
FUNCTION SetDefaults() |
Sets the default values for the fields in a new record
|
Returns |
[boolean] Always returns success |
|
FUNCTION ValidatePercentComplete(value) |
Sets Report Date when Percent Complete is changed
|
Returns |
[boolean] Always returns success |
|