Business Rule dot walking
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2023 01:09 AM
I have created a query BR on task table can i do dot walking through script and get the details of ritm and request?
same way i am writing a query BR on sysapproval table for RITM, can i get the item/catalog name through dot walking?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2023 05:57 AM
Yes you can get the info about ritm and req via task.
if your selected table is task then:
current.request : Request
current.request_item : Requested Item
Also, can you be more specific with the script as its unclear?
Thanks
Twinkle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2023 04:42 AM
I was trying to do it through a query BR on task table and wanted to fetch item field from ritm table and restrict who can see the task and ritm on the basis of a custom field - u_region = Asia then it will restrict 10 catalog items. if you have a code please share it will be helpfull.