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

raves12
Kilo Sage

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?

1 REPLY 1

srinivasthelu
Tera Guru

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