
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2018 09:46 AM
We have a requirement that users are able to request a catalog item on someone else's behalf. The particular challenges we have are that it has to work on service portal, and we are using domain separation so the domain of the REQ, RITMs, and TASKs all need to be set based on the domain of who the item was requested for.
I have seen the following thread:
However, their solutions do not meet my requirements, as they are not portal compatible to my knowledge. Any thoughts on the best way to do this?
Solved! Go to Solution.
- Labels:
-
Instance Configuration

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2018 02:15 PM
Async is required, because there is a delay between request and requested item. So Async will give time for both to be created. You can add the conditions back, if you have right condition. So the condition in your previous screenshot looks good to me.
This will not impact the upgrade. Because it is a custom script and I don't think you are doing anything wrong, as long as you are not adding a wrong company and wrong assignments who are not part of that domain.
Please mark this response as correct or helpful if it assisted you with your question.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2018 12:35 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2018 12:44 PM
I am already doing this actually, but my concern was the RITMs and TASKs as well as the domain separation.