How to get the current instance name in the Workflow Notification Activity?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-07-2018 12:33 AM
Hi All,
I have a reference variable on RITM which is linked to the change requests.I want to create the link to change request in the notification email body.
In this case, a workflow notification is being used.And am able to get the solution if I hard code the instance name directly.But I want to fetch the instance name using system property "instance_name".
Please suggest how I can achieve this .
I want the instance name to be fetched in the place 'XXXXX'.
Thanks,
Akhila
- Labels:
-
Request Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-08-2018 01:35 PM
Please use below to get instance name
gs.getProperty('glide.servlet.uri')
Regards,
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-19-2023 02:35 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-08-2018 01:39 PM
Replace the instance name with this
gs.getProperty("instance_name")
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-19-2023 08:29 AM