I was working with Async business rules containing the script which sets up the "Requested for" in the RITM based on the "requested for" variable. But for some of the requests the requested for is remaining blank(1 or 2 out of 20 records). Is this th
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-12-2016 01:46 AM
I was working with Async business rules containing the script which sets up the "Requested for" in the RITM based on the "requested for" variable. But for some of the requests the requested for is remaining blank(1 or 2 out of 20 records). Is this the behaviour of the aynch business rule(may be the scheduled job is not triggered and the value is not set)? How can we check for the Scheduled Job created by the business rule?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-12-2016 02:09 AM
Hi Ravi,
Async BR's will create job in sys_trigger table. as soon as, the job executed it will get deleted. Once it is deleted, you wont even find any trace of it.
Thanks
Srini