Symptom
Your requirement is to add various types of Notes to Opportunity using Data Workbench. Upon adding the Text Type code for Type_Code field and processing the file in Data Workbench, system throws error:
The text type 'XXXXX' does not belong to configuration profile 'CRM_OPPT'
*XXXXX represents the text type for Opportunity Notes
Environment
SAP Cloud for Customer
Reproducing the Issue
- Login to the HTML5 client
- Go to Data Workbench workcenter
- Go to Import view
- Select the radio button for Individual Object
- Go to Insert tab
- Go to Standard Object tab
- Search for the Data Workbench object Opportunity Notes
- Select Download Metadata
- Fill data in the fields
- Save the file
- Select Next and Browse for the file
- Select Upload
- Choose Next
- Select Import
- In the Monitor tab, check for the respective Task ID
- The records in the file have the Processing Error
Cause
The Text Type Code used in Type_Code field is not supported.
Resolution
Opportunity schema supports only note of type Additional External Comment which is 10001. Therefore, you should use the Type_Code 10001 only.
Keywords
Opportunity Notes, Additional External Comment, Type_Code, Text Type, Text Type Code, CRM_OPPT , KBA , additional external comment , opportunity notes , type_code , text type , text type code , crm_oppt , LOD-CRM-INT-DWB , Data Workbench , Problem