- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-21-2023 07:27 PM
I am trying to build a catalog item which can be ordered directly via the VA. So for this I also need to give the users the option for ordering for someone else. For this I can't show the entire sys_user table for the user to choose from as there are thousands or records and it doesn't go well with the user experience as he/she needs to search a lot of users. So any alternative for this?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-22-2023 12:34 AM
Hello @Aakash5
You can do this requirement as,
either create a Topic Block or design in same Topic.
(Recommendation is to create Topic Block and in Global Domain if you are in Domain Separated Environment)
Now here is description of Activities from above image:-
Self or On Behalf Choice:-
Now after this,
add Decision with two way condition as self of on behalf of choice as the options you have given.
Will Discuss First way is to have logged in user details. for this add one script action, add below code

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-22-2023 12:34 AM
Hello @Aakash5
You can do this requirement as,
either create a Topic Block or design in same Topic.
(Recommendation is to create Topic Block and in Global Domain if you are in Domain Separated Environment)
Now here is description of Activities from above image:-
Self or On Behalf Choice:-
Now after this,
add Decision with two way condition as self of on behalf of choice as the options you have given.
Will Discuss First way is to have logged in user details. for this add one script action, add below code
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-23-2023 07:03 AM
Thank you so much for the solution. It helped a lot