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

    Interface CareRequestConfigurationMetadata

    interface CareRequestConfigurationMetadata {
        careRequestRecords?: CareRequestRecords[];
        careRequestRecordType: string;
        careRequestType: string;
        fullName?: string;
        isActive?: boolean;
        isDefaultRecordType?: boolean;
        masterLabel: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    careRequestRecords?: CareRequestRecords[]
    careRequestRecordType: string
    careRequestType: string
    fullName?: string
    isActive?: boolean
    isDefaultRecordType?: boolean
    masterLabel: string