ETASCOM CRM V3 - Documentation API
    Preparing search index...

    Interface TransformationRule

    interface TransformationRule {
        field: string;
        type: "CONCAT" | "SPLIT" | "FORMAT" | "LOOKUP" | "CALCULATE";
        params: any;
    }
    Index

    Properties

    Properties

    field: string
    type: "CONCAT" | "SPLIT" | "FORMAT" | "LOOKUP" | "CALCULATE"
    params: any