You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This setup demonstrates how to store field data securely in Base64 format in the database, while still displaying it as human-readable text to end users in ServiceNow.
5
+
6
+
It uses two Business Rules:
7
+
8
+
Before Insert/Update Rule : Encodes plain text into Base64 before saving to the database.
9
+
10
+
Display Rule : Decodes the Base64 value back into readable text when loading the record form.
0 commit comments