- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-28-2016 02:33 PM
Hi all,
I have found something uncanny - however it may be uncanny to me, but not to others.
I am looking to dot walk from Catalog Task form to the request - via parent.parent.watch list, however I have found that OOB the request is not set as the RITM's parent.
I have a few questions regarding this:
- Is there a reason for this? Should I leave it how it is, or is it ok for me to fill in the RITM parent?
- If it is ok to do so - what is the best way to approach this? A run script in the workflow? A BR?
- Or - is there a better way to display the request.watch list on the catalog task form? (I have posted that question here request watch list on catalog task form )
Cheers,
Brendan
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-30-2016 08:36 PM
Hi Brendan,
Reference fields expect sys_id's
so,
- current.parent = current.request ;
Should do
Thanks
Srinivas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-28-2016 02:40 PM
as you can see the request is in he fields "request" instead. so your parent.parent.watchlist would be parent.request.watchlist I guess.
//Göran
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-28-2016 02:45 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-28-2016 03:35 PM
HI Brendan,
That should be fine.
Also, I have looked at your other post, the reason you were not able to edit the watch list field is because the request field on catalog is read only. You make it writable then you should be able to see watch list editable.
Thanks
Srinivas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-28-2016 03:42 PM
Hi Srinivas,
Thanks for confirming. I think that adding the request watch list would be the more desirable way forward.
Do you know where I can make it writable on the catalog task form? is it in the acl's? I can't seem to find the right one..
Cheers,
Brendan