Source Request button on Loaner Tasks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2023 04:44 AM
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!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2023 02:15 AM
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