on 2023 Oct 18 7:31 AM
Hi Experts,
Has anyone performed data masking or making data anonymous is C4C.
example by standard bank data on customer is displayed with last 4 digits only and rest characters are truncated.
We are trying to achieve the data masking functionality for the data residing in C4C, example any ID field with value 123456789 should be displayed as 12345X XX X (ignore space) by hiding last characters or 6789 by truncating initial characters.
We are looking for a way other than playing around with the string of fields, a solution which could be more system centric.
We checked on the blog https://blogs.sap.com/2020/02/17/ui-data-protection-masking-bank-account-field-of-customer-using-mas... which defines the bank details masking from S4 to C4, we are looking for a solution with local implementation in C4C for wider usage across business objects.
Best Regards,
Request clarification before answering.
Hello Akansha,
If you want to achieve this locally in C4C, then I'm afraid your only option is through sdk. For custom fields you can set the data protection levels. So it may be possible to do the same for standard fields through sdk.
Julius
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.