Source Request button on Loaner Tasks

Kalik2
Tera Expert

How can I use the OOTB source_request button on the sn_hamp_loaner_asset_task table? Currently, it is on sc_task table. I cloned it and made some changes to the script, sc_task table to sn_hamp_loaner_asset_task , parent to loaner_order, and others. But it didn't work, everytime I click on the button on Loaner asset task, nothing happen!

1 REPLY 1

Muralidharan BS
Mega Sage
Mega Sage

HI,

Upon clicking the source request, the UI action redirects to source_request.do ui page. Inorder to rightly process, you have to pass the taskid and reqid to it.

If you are moving the ui action to loaner asset table, then you have to pass the catalog_task id and Req id to the url to make it work.

Thanks