Who has the access to create a Universal Request and what is the property
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2025 12:40 AM
Hello Experts,
To raise a universal request, is it mandatory to have a role or any user can raise it ?
Also when a Universal Request is created via an OOB inbound action "Create Universal Request", what is the role of the condition below :
!gs.nil(gs.getProperty("sn_uni_req.ur_email")) && email.recipients.split(",").some(function(recipient) { return gs.getProperty("sn_uni_req.ur_email").toLowerCase().indexOf(recipient.trim().toLowerCase()) > -1; });
This inbound can be found in - /sysevent_in_email_action.do?sys_id=db672f79530320107465ddeeff7b12c2&sysparm_view=&sysparm_record_ta...
Please help me in this , as i am not able to reach to the conclusion how it is getting created based on the condition,
10 REPLIES 10
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2025 11:50 PM
How can I check this in my instance? anyone tell me the step by step process?