Skip to main content

ProjectsWhereColumns

The valid fields by which projects can be queried.

enum ProjectsWhereColumns {
ID
PARENT_ID
NAME
NUMBER
CLIENT
STATUS
START_AT
DUE_AT
FILES_PATH
DESCRIPTION
IS_PUBLIC
CREATED_AT
UPDATED_AT
DELETED_AT
}

Values

ProjectsWhereColumns.ID

Project's unique identifier.

ProjectsWhereColumns.PARENT_ID

The project's parent project.

ProjectsWhereColumns.NAME

The project's name.

ProjectsWhereColumns.NUMBER

The project's number.

ProjectsWhereColumns.CLIENT

The project's client.

ProjectsWhereColumns.STATUS

The project's status.

ProjectsWhereColumns.START_AT

Starting date of the project.

ProjectsWhereColumns.DUE_AT

Due date of the project.

ProjectsWhereColumns.FILES_PATH

The project's files path.

ProjectsWhereColumns.DESCRIPTION

The project's description.

ProjectsWhereColumns.IS_PUBLIC

True if the project is public to the organization. If false, do not share this project with other users in this organization without explicitly checking to see if they have access.

ProjectsWhereColumns.CREATED_AT

The date and time when the project was created.

ProjectsWhereColumns.UPDATED_AT

The date and time when the project was last updated.

ProjectsWhereColumns.DELETED_AT

The date and time when the project was deleted.

Member Of

CompanyProjectsWhereWhereConditions input ● ContactProjectsWhereWhereConditions input ● ContractProjectsWhereWhereConditions input ● CoordinationProjectsWhereWhereConditions input ● CorrespondenceProjectsWhereWhereConditions input ● EasementProjectsWhereWhereConditions input ● InvoiceProjectsWhereWhereConditions input ● LetterProjectsWhereWhereConditions input ● OrdinanceProjectsWhereWhereConditions input ● PersonProjectsWhereWhereConditions input ● ProjectChildrenWhereWhereConditions input ● PropertyProjectsWhereWhereConditions input ● QueryProjectsWhereWhereConditions input ● SpecificationProjectsWhereWhereConditions input ● SubmissionProjectsWhereWhereConditions input ● TaskProjectsWhereWhereConditions input ● UserProjectsWhereWhereConditions input