Hi All this is my first time posting to the forum.
I've been tasked with removing PII (Personal Identifiable Information) from from our Dynamics 365 Finance and Operations solution.
When we receive an order from a large online platform where we list our products, 30 days after our last transaction (usually the day the product ships) we are required to purge/officiate the customers PII data. aka name, address, phone, excreta.
I've poked around a bit and found nothing with in the forums regarding PII cleanup
based on our sales table. I seek out all records where the salestable.custgroup is RTL (retail) and from our Large online platform. and older then 30 days
for each record I find I want to clean the any PII from custTable, salestable, SalesLines, CustPackingSlipJour
Every address or phone number is associated with a party. im guessing I need to find the proper party record and overwrite the necessary data with "removed per policy"
or leave it null
Has anyone done this before?