Skip to main content

I have created a custom event for a specific background job if it fails a stream message is sent to user to view the job. I also want user to transfer to background job details page to see the logs for the failures. For this I want to use below address.

 

ifsapf:frmBackgroundJob?DATA_TRANSFER=%2F%2F4VAEQAZQBmAGUAcgByAGUAZABKAG8AYgAWABYAQwBSAEUAQQBUAEUAXwBXAEkATgBEAE8AVasdasdfasdfsdfadfADABgAasdfsdafdsA3ABYAGQA%3D&COMPANY=XXX

 

However I am not sure how DATA_TRANSFER string is created by IFS. Below address does not work.

 

ifsapf:frmBackgroundJob?JOB_ID=1232323&COMPANY=XXX

 

Any idea how can this be achieved in APPS9?

bhavesh,

Does it help if you open the overview of background jobs as follows:

ifsapf:tbwBackgroundJobs?EXTERNAL_SEARCH=JOB_ID=1232323

I know it would be best/nicest if the form would be opened, but if that is not possible the above is only one click away from the details.

Steve


Hi

You can use the same search for the detail form

ifsapf:frmBackgroundJob?EXTERNAL_SEARCH=JOB_ID=1232323

 

If you do it directly in the address field it will be encoded to:

ifsapf:frmBackgroundJob?EXTERNAL_SEARCH=JOB_ID%3D1232323

(Might be needed to do that, but don’t think so)

/Tommy


Reply