Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Saviynt SCAIP Exam - Topic 1 Question 6 Discussion

Choose the correct SQL query from the below options to populate an attribute with the logged-in user's Display Name
A) select DISPLAYNAME as ID from Users u where u.userkey=${loggedInUser}
B) select DISPLAYNAME as ID from Users u where u.userkey=${user.id}
C) select DISPLAYNAME as ID from Users u where u.userkey=${requestor}
D) All the above

Saviynt SCAIP Exam - Topic 1 Question 6 Discussion

Actual exam question for Saviynt's SCAIP exam
Question #: 6
Topic #: 1
[All SCAIP Questions]

Choose the correct SQL query from the below options to populate an attribute with the logged-in user's Display Name

Show Suggested Answer Hide Answer
Suggested Answer: A

In Saviynt EIC, when configuringdynamic attributes or custom forms, system variables are used to fetch context-specific data such as the currently logged-in user. To retrieve theDisplay Name of the logged-in user, the correct variable is${loggedInUser}, which directly represents the userkey of the active session user.

Option A correctly uses this variable in the SQL query to fetch the DISPLAYNAME from the Users table. This ensures that the attribute dynamically reflects the logged-in user's display name at runtime.

Option B is incorrect because${user.id}typically refers to the target user in a request context, not necessarily the logged-in user. Option C (${requestor}) may represent the requester in certain workflows but is not consistently equivalent to the logged-in user in all scenarios, especially in delegated or admin-driven requests.

Therefore, Option A is the most accurate and reliable approach for retrieving the logged-in user's display name in Saviynt configurations, ensuring proper context-aware data population.


Contribute your Thoughts:

0/2000 characters
Tamra
5 hours ago
I feel like option C might be a bit off since ${requestor} doesn't clearly indicate the logged-in user.
upvoted 0 times
...
Latosha
5 days ago
I'm not entirely sure, but I remember a practice question where we had to match user keys with session variables. Maybe option A could work too?
upvoted 0 times
...
Edelmira
11 days ago
I think option B is correct because it uses ${user.id}, which seems to directly reference the logged-in user.
upvoted 0 times
...
Sharen
16 days ago
I wonder if option D could be correct, but I feel like only one of them is actually right based on the context.
upvoted 0 times
...
Josphine
2 months ago
I remember practicing a similar question, and I think option C might be a bit off since ${requestor} isn't the same as the logged-in user.
upvoted 0 times
...
Delisa
2 months ago
I'm not entirely sure, but I feel like option A could also work if ${loggedInUser} is defined correctly.
upvoted 0 times
...
Jeff
2 months ago
I think option B makes the most sense since it directly references the logged-in user's ID.
upvoted 0 times
...

Save Cancel