Question
HSBC
HSBC
CN
HSBC
Posted: Feb 7, 2023
Last activity: Mar 6, 2023
Last activity: 6 Mar 2023 5:40 EST
Solved
PEGA de-identification capabiltiy
hi SME
based on some regulatory concern, is there any capability to mask the data in our pega CAR table like 1820394046 as 182xxxx4046. so that the operator of decision hub can not see the accurate number but the system can still ingest & use the data.
Thanks
Wayne
@waynel16751785
If it's about storing in backend also as masked data,
you can write a function similar to pxGetMaskedValue_Text to get it done.
or you can substring first 3 numbers, last 4 numbers, remaining in-between numbers you can replace all with 'x' and later combine it.
If it's about particular should not see it in UI, you can write a control or you can just store above value in different property and display the above masked property in UI.