Interface CustomFieldContextSingleUserPickerDefaults

Defaults for a User Picker (single) custom field.

interface CustomFieldContextSingleUserPickerDefaults {
    accountId: string;
    contextId: string;
    type: string;
    userFilter: UserFilter;
}

Properties

accountId: string

The ID of the default user.

contextId: string

The ID of the context.

type: string
userFilter: UserFilter

Filter for a User Picker (single) custom field.