Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 16 Oracle Analytics Lounge
- 216 Oracle Analytics News
- 43 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 79 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Approaches to Encrypt Sensitive Columns in BIP Data Model Results

We are generating notification emails for referrers who have referred candidates in ORC. We are developing a page in Apex that allows referrers to upload recommendation letters. The email will include an Apex URL, which will be dynamically constructed from BIP.
The URL should be constructed using the host component and encrypted values from specific columns, such as the requisition number and candidate number. How can these column values be encrypted using a specific key in data model?
Answers
-
Hi Mani,
There is no OOTB the way to achieve this in data model level. You may try to use requisition IDs and candidate IDs instead of numbers.
Thanks.
0