Delete column in recipient schema | Community
Skip to main content
malarrajans8868
New Participant
December 8, 2016
Solved

Delete column in recipient schema

  • December 8, 2016
  • 1 reply
  • 1706 views

Hi all,

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

Regards,

Malarrajan Sundarraj

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Marcel_Szimonisz

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

Marcel_Szimonisz
Marcel_SzimoniszAccepted solution
New Participant
December 9, 2016

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