Skip to main content

OrdinancesWhereColumns

The valid fields by which ordinances can be queried.

enum OrdinancesWhereColumns {
ID
PARENT_ID
NUMBER
NAME
TYPE
EXTERNAL_CODE
AFFECTED_PARTY
IS_PUBLIC
FILES_PATH
STATUS
NOTES
SIGNED_AT
START_AT
DUE_AT
COMPLETED_AT
CREATED_AT
UPDATED_AT
DELETED_AT
}

Values

OrdinancesWhereColumns.ID

Ordinance's unique identifier.

OrdinancesWhereColumns.PARENT_ID

The ordinance's parent ordinance.

OrdinancesWhereColumns.NUMBER

The ordinance's number.

OrdinancesWhereColumns.NAME

The ordinance's name.

OrdinancesWhereColumns.TYPE

The ordinance's type.

OrdinancesWhereColumns.EXTERNAL_CODE

The ordinance's external code.

OrdinancesWhereColumns.AFFECTED_PARTY

The ordinance's affected party.

OrdinancesWhereColumns.IS_PUBLIC

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

OrdinancesWhereColumns.FILES_PATH

The ordinance's files path.

OrdinancesWhereColumns.STATUS

The ordinance's status.

OrdinancesWhereColumns.NOTES

The ordinance's notes.

OrdinancesWhereColumns.SIGNED_AT

Signed date of the ordinance.

OrdinancesWhereColumns.START_AT

Start date of the ordinance.

OrdinancesWhereColumns.DUE_AT

Due date of the ordinance.

OrdinancesWhereColumns.COMPLETED_AT

Completed date of the ordinance.

OrdinancesWhereColumns.CREATED_AT

The date and time when the ordinance was created.

OrdinancesWhereColumns.UPDATED_AT

The date and time when the ordinance was last updated.

OrdinancesWhereColumns.DELETED_AT

The date and time when the ordinance was deleted.

Member Of

CorrespondenceOrdinancesWhereWhereConditions input ● LetterOrdinancesWhereWhereConditions input ● OrdinanceChildrenWhereWhereConditions input ● ProjectOrdinancesWhereWhereConditions input ● QueryOrdinancesWhereWhereConditions input ● TaskOrdinancesWhereWhereConditions input