- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2023 10:43 AM
Hey All, with GlideEncrypter being deprecated and recommended to discontinue use after2023, we are trying to switch over to Glide Element getDecryptedValue(). The examples given are to here say to use a gliderecord and decrypt from a password field. Problem is, all our password2 values are in sys_properties and the provided example doesn't work in link above. Consider following example(my test was run in a widget hence using addInfoMessage):
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2023 11:43 PM
Hi @jasonkist
Can you try to use gs.getProperty('name of your Password 2 type system property') ?
Thanks & Regards
Amit Verma
Please mark this response as correct and helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2023 11:43 PM
Hi @jasonkist
Can you try to use gs.getProperty('name of your Password 2 type system property') ?
Thanks & Regards
Amit Verma
Please mark this response as correct and helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2024 07:30 AM
I must admit I was skeptical but this is it. Had no idea it was that simple. Thank you so much.