vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface FieldServiceSettingsMetadata

    interface FieldServiceSettingsMetadata {
        apptAssistantExpiration?: number;
        apptAssistantInfoUrl?: string;
        apptAssistantRadiusUnitValue?: ApptAssistantRadiusUnit;
        apptAssistantRadiusValue?: number;
        apptAssistantStatus?: string;
        deepLinkPublicSecurityKey?: string;
        doesAllowEditSaForCrew?: boolean;
        doesShareSaParentWoWithAr?: boolean;
        doesShareSaWithAr?: boolean;
        enableBatchWindow?: boolean;
        enableFloatingWorkOrder?: boolean;
        enablePopulateWorkOrderAddress?: boolean;
        enableWorkOrders?: boolean;
        enableWorkPlansAutoGeneration?: boolean;
        enableWorkStepManualStatusUpdate?: boolean;
        fieldServiceNotificationsOrgPref?: boolean;
        fieldServiceOrgPref?: boolean;
        fullName?: string;
        isGeoCodeSyncEnabled?: boolean;
        isLocationHistoryEnabled?: boolean;
        mobileFeedbackEmails?: string;
        o2EngineEnabled?: boolean;
        objectMappingItem?: ObjectMappingItem[];
        optimizationServiceAccess?: boolean;
        serviceAppointmentsDueDateOffsetOrgValue?: number;
        workOrderDurationSource?: WorkOrderDurationSource;
        workOrderLineItemSearchFields?: string[];
        workOrderSearchFields?: string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    apptAssistantExpiration?: number
    apptAssistantInfoUrl?: string
    apptAssistantRadiusUnitValue?: ApptAssistantRadiusUnit
    apptAssistantRadiusValue?: number
    apptAssistantStatus?: string
    deepLinkPublicSecurityKey?: string
    doesAllowEditSaForCrew?: boolean
    doesShareSaParentWoWithAr?: boolean
    doesShareSaWithAr?: boolean
    enableBatchWindow?: boolean
    enableFloatingWorkOrder?: boolean
    enablePopulateWorkOrderAddress?: boolean
    enableWorkOrders?: boolean
    enableWorkPlansAutoGeneration?: boolean
    enableWorkStepManualStatusUpdate?: boolean
    fieldServiceNotificationsOrgPref?: boolean
    fieldServiceOrgPref?: boolean
    fullName?: string
    isGeoCodeSyncEnabled?: boolean
    isLocationHistoryEnabled?: boolean
    mobileFeedbackEmails?: string
    o2EngineEnabled?: boolean
    objectMappingItem?: ObjectMappingItem[]
    optimizationServiceAccess?: boolean
    serviceAppointmentsDueDateOffsetOrgValue?: number
    workOrderDurationSource?: WorkOrderDurationSource
    workOrderLineItemSearchFields?: string[]
    workOrderSearchFields?: string[]