Type alias FieldServiceSettings

FieldServiceSettings: Metadata & {
    capacityUsageCalcClassId?: string | null;
    doesAllowEditSaForCrew?: boolean | null;
    doesShareSaParentWoWithAr?: boolean | null;
    doesShareSaWithAr?: boolean | null;
    enableWorkOrders?: boolean | null;
    fieldServiceNotificationsOrgPref?: boolean | null;
    fieldServiceOrgPref?: boolean | null;
    isGeoCodeSyncEnabled?: boolean | null;
    isLocationHistoryEnabled?: boolean | null;
    serviceAppointmentsDueDateOffsetOrgValue?: number | null;
    workOrderLineItemSearchFields: string[];
    workOrderSearchFields: string[];
}

Type declaration

  • Optional capacityUsageCalcClassId?: string | null
  • Optional doesAllowEditSaForCrew?: boolean | null
  • Optional doesShareSaParentWoWithAr?: boolean | null
  • Optional doesShareSaWithAr?: boolean | null
  • Optional enableWorkOrders?: boolean | null
  • Optional fieldServiceNotificationsOrgPref?: boolean | null
  • Optional fieldServiceOrgPref?: boolean | null
  • Optional isGeoCodeSyncEnabled?: boolean | null
  • Optional isLocationHistoryEnabled?: boolean | null
  • Optional serviceAppointmentsDueDateOffsetOrgValue?: number | null
  • workOrderLineItemSearchFields: string[]
  • workOrderSearchFields: string[]