Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

The 4th edition of the Campaign Community Lens newsletter is out now!
SOLVED

Delete column in recipient schema

Avatar

Level 2

Hi all,

Is it possible to delete some columns in OOTB(recipient)  schema.Help me on this..

Regards,

Malarrajan Sundarraj

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hello,

extend the recipient scheme and add <attribute> elements you want  to delete with attribute _operation="delete" e.g.

<attribute name="email" _operation="delete" />

Elements and attributes

Save the scheme and synchronize it to your database.

BR,

Marcel

1 Reply

Avatar

Correct answer by
Community Advisor

Hello,

extend the recipient scheme and add <attribute> elements you want  to delete with attribute _operation="delete" e.g.

<attribute name="email" _operation="delete" />

Elements and attributes

Save the scheme and synchronize it to your database.

BR,

Marcel