Business Rule dot walking

Prateek07
Tera Contributor

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?

 

Prateek07_0-1676278881789.png

 

2 REPLIES 2

Twinkle S
Mega Sage
Mega Sage

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 

 

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.