I have added a "Released On" field in Queue Item form and on the click of "Release" button on ribbon I would like to capture the current date time in that field. Also, when we click "Release" button on ribbon, a confirmation popup window opens up. Could it be possible to disable that popup window as well.
In order to capture the current datetime stamp I have added a javascript function as a webresource and tried to add this js function as a command on Release button using Ribbon Workbench but that didn't work. Probably my approach is not correct or I am doing something wrong. Please suggest.