Skip to content

Commit 1ccca7b

Browse files
Readme.md
1 parent 2aa679b commit 1ccca7b

File tree

1 file changed

+10
-0
lines changed
  • Server-Side Components/Business Rules/Use_case_Base64-Encode-Before-Save-And-Decode-on-Display

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Base64 Encode/Decode Business Rule
2+
Overview
3+
4+
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

Comments
 (0)