Expand my Community achievements bar.

Adobe Campaign Community Lens 8th edition is out!

Deleting recipients

Avatar

Community Advisor

Hi all,

 

is there a nice way to delete recipients from nms:recipient table without jeopardizing normal AC functioning (to delete customers in all other tables, referential integrity, etc...)

Thinking about using GDPR module for removing them but pretty sure that custom tables are not in the scope.

Let me know if somebody worked on similar to catch up.

 

Regards,

Milan

 

1 Reply

Avatar

Community Advisor

Hi,

 

Would be setting links in schema to (rev)integrity="own(copy)" and deleting via Campaign console or xtk:

 

Alternatively, can use the RDBMS itself with 'on delete cascade'.

 

Thanks,

-Jon