CONFIGURAÇÃO DOS CAMPOS NO TOTVS CRM:

_tipoDeCliente


_contribuinte


CONFIGURAÇÃO NO COMPONENTE DATASTORAGE DO IPAAS:

Importação:

Variável no data storage: totvscrmimportationcustomercustomfields

Valor:

[
    {
        "CRM": "_tipoDeCliente",
        "DEFAULT": "",
        "ERP": "Content.StrategicCustomerType",
        "HUB": "extraText3",
        "SIZE": "100",
        "TYPE": "option-list"
    },
    {
        "CRM": "_contribuinte",
        "DEFAULT": "",
        "ERP": "Content.Taxpayer",
        "HUB": "extraText4",
        "SIZE": "100",
        "TYPE": "option-list"
    }
]

Exportação:

Variável no data storage: totvscrmexportationcustomercustomfields

Valor:

[
    {
        "CRM": "_tipoDeCliente",
        "DEFAULT": "",
        "ERP": "StrategicCustomerType",
        "HUB": "extraText3",
        "SIZE": "100",
        "TYPE": "option-list"
    },
    {
        "CRM": "_contribuinte",
        "DEFAULT": "",
        "ERP": "Taxpayer",
        "HUB": "extraText4",
        "SIZE": "100",
        "TYPE": "option-list"
    }
]