StatusModule
The valid values for the module of a status.
enum StatusModule {
PROJECTS
EASEMENTS
TASKS
LETTERS
COORDINATIONS
SPECIFICATIONS
ORDINANCES
CONTRACTS
SUBMISSIONS
METERS
QUOTES
}
Values
StatusModule.PROJECTS
The status belongs to the projects module.
StatusModule.EASEMENTS
The status belongs to the easements module.
StatusModule.TASKS
The status belongs to the tasks module.
StatusModule.LETTERS
The status belongs to the letters module.
StatusModule.COORDINATIONS
The status belongs to the coordinations module.
StatusModule.SPECIFICATIONS
The following belongs to the specifications module.
StatusModule.ORDINANCES
The following belongs to the ordinances module.
StatusModule.CONTRACTS
The following belongs to the contracts module.
StatusModule.SUBMISSIONS
The following belongs to a submission.
StatusModule.METERS
The following belongs to a meter.
StatusModule.QUOTES
The following belongs to a quote.
Returned By
statusModules
query
Member Of
CreateStatusInput
input ● Status
object ● UpdateStatusInput
input