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

    Interface ChannelObjectLinkingRuleMetadata

    interface ChannelObjectLinkingRuleMetadata {
        actionForNoRecordFound: ActionForNoRecordFound;
        actionForSingleRecordFound: ActionForSingleRecordFound;
        channelType: ChannelType;
        description?: string;
        fullName?: string;
        isLinkedRecordOpenedAsSubTab: boolean;
        isRuleActive: boolean;
        masterLabel: string;
        objectToLink: "Contact";
        ruleName: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    actionForNoRecordFound: ActionForNoRecordFound
    actionForSingleRecordFound: ActionForSingleRecordFound
    channelType: ChannelType
    description?: string
    fullName?: string
    isLinkedRecordOpenedAsSubTab: boolean
    isRuleActive: boolean
    masterLabel: string
    objectToLink: "Contact"
    ruleName: string