Question
1
Replies
101
Views
Cognizant Technology Solution
Posted: December 6, 2019
Last activity: January 29, 2020
Issue in Field Masking
Requirement is to display a field with masking (i,e. - XXXX1111). This can be implemented by access control policy https://community.pega.com/knowledgebase/articles/security/securing-application-user-interface
But using this the field also becoming read only. Is there any way out? Where the same field will be displayed as masking in rad only mode and no masking in editable mode?
Hi Ankit,
I'm not sure if there is a OOTB way to achieve this.
But, as a work around you can try these.
1. Create a boolean property.
2. Use to boolean property in ACP Condition rule to compare.
3. Change the value of the boolean using DT to make it editable/read only accordingly and use the APAC rule in ACP.
Since condition in ACPC depends on the boolean, ACP behaves accordingly.
Regards,
Hoyath