


Hi all,
Is it possible to delete some columns in OOTB(recipient) schema.Help me on this..
Regards,
Malarrajan Sundarraj
Hello,
extend the recipient scheme and add <attribute> elements you want to delete with attribute _operation="delete" e.g.
<attribute name="email" _operation="delete" />
Save the scheme and synchronize it to your database.
BR,
Marcel
Hello,
extend the recipient scheme and add <attribute> elements you want to delete with attribute _operation="delete" e.g.
<attribute name="email" _operation="delete" />
Save the scheme and synchronize it to your database.
BR,
Marcel