Interface UpdateFieldAssociationsRequestItem

Represents an association between a field and its operations.

interface UpdateFieldAssociationsRequestItem {
    restrictedToWorkTypes?: number[];
    schemeIds: number[];
}

Properties

restrictedToWorkTypes?: number[]

(optional) Work types to restrict field to. Replaces any existing work type associations for the field. If not provided, the field is associated to any work types.

schemeIds: number[]

Scheme IDs to associate field with