- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2018 09:11 AM
I want to hold our guest wifi password in a system property and when a visitor/user requests it via a portal request I want to email the user that wifi password. Can i quote a system property in an email. Looked in to the sys_ui_message table to see if there was something there i could copy but sadly couldn't find anything.
Any of you clever bods out there know if i can?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2018 09:13 AM
Yes you can print the system property value in the email notification by using following line to get the proprty value. You will have to use email script for this
gs.getProperty("property_name");

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2018 09:13 AM
Yes you can print the system property value in the email notification by using following line to get the proprty value. You will have to use email script for this
gs.getProperty("property_name");
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2018 09:32 AM
Thank you very much