Intercept Save and Update on Front-end to check DLP

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tecs
    Junior Member
    • May 2024
    • 2

    Intercept Save and Update on Front-end to check DLP

    We'd like to check a record for confidential info before being saved. If we find sensitive info we'll replace with ****, for example.

    We need to do this on the front-end (in the browser) so the sensitive data doesn't leave the client machine.

    What is the best approach?
  • esforim
    Active Community Member
    • Jan 2020
    • 2204

    #2
    With the GUI not possible, I think you can only do this by formula. Might need to create 2 field, one hidden away that only certain Users can see. One is the general field data that get input, then get 'delete'.

    I think there was a paid extension that also do something like this, as it is paid I tend not to look into it further.

    Comment

    • tecs
      Junior Member
      • May 2024
      • 2

      #3
      Thanks for the idea. Better if there was a "defined" place to jump in.

      We'll just monkey patch so it's transparent to the user and doesn't require changes to the system.

      Comment

      Working...