RelatedStatusType
Represents information about a related status.
type RelatedStatusType {
id: ID
name: String
color: String
type: StatusType
locksEntity: Boolean
isDefault: Boolean
}
Fields
RelatedStatusType.id ● ID scalar
Status's unique identifier.
RelatedStatusType.name ● String scalar
The name of the status.
RelatedStatusType.color ● String scalar
The color of the status. In hex format, without the leading '#'.
RelatedStatusType.type ● StatusType enum
The type of the status.
RelatedStatusType.locksEntity ● Boolean scalar
Whether reaching this status should lock the entity from edits to its contractual fields. Only meaningful when type is CLOSED.
RelatedStatusType.isDefault ● Boolean scalar
Whether the given status should be handled as a default for new entries.
Member Of
Act object ● Contract object ● Coordination object ● Correspondence object ● Easement object ● Letter object ● Meter object ● Ordinance object ● Project object ● Quote object ● SearchHit object ● Specification object ● Submission object ● Task object