@oneblink/sdk-core
    Preparing search index...

    Type Alias CivicaCrmSubmissionEventMapping

    type CivicaCrmSubmissionEventMapping = {
        civicaCategoryItemNumber: number;
        formElementId: string;
        isDescription: boolean;
    }
    Index

    Properties

    civicaCategoryItemNumber: number

    The item number of the civica category to map the OB form field to.

    formElementId: string

    The elementId of the field to map to the civica category.

    isDescription: boolean