cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Custom Fields Hybris Marketing

Former Member
0 Kudos
380

Hi Kunal / Experts,

I have created custom field with type Checkbox and it shows up in the Import Data Template of Contacts. My requirement is I need to load data into Hybris Marketing through the Import Data App from csv file. What type of data should I enter for Checkbox fields? If I enter value T, True or anything, the Import fails as there is an error.

Request urgent help.

Regards,

Krish

Accepted Solutions (0)

Answers (2)

Answers (2)

KunalBansal
SAP Champion
SAP Champion

Hello Krishna,

The checkbox is of tye abap_bool hence try to express the truth value true as value "X" and the truth value false as a blank (" ")

Thank you.

Regards,

Kunal Bansal

CRM & Hybris Marketing - Consultant

sven-eric_eigemann
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Krish,

when using the Import Data app, the corresponding csv files are consuming the data in a more technical format then OData.
For checkboxes or booleans use 'X' for true.

Best regards, Sven