Redirecting to home page whenever clicking on cancel button, Buttn functionality is fine.
function confirmCancellationNew() { var msg = ''; var rcipFlag = true; var flag = confirm('Cancelling a Request Item cannot be undone' + msg + ', would you like to proceed?'); if (flag == true) { g_form.checkMandatory = false; ...
