Add Action Buttons on Browse Screen
Posted: Fri Mar 21, 2014 7:49 pm
After searching and filtering records on Browse screen, I want to be able to run an activity with an extra button, the same workflow as Print button, but with my logic.
I tried to solve with jQuery in nuLoadThis() function:
but don't work: new button dont appear.
Tried also to use addJSfunction() in Before Browse with the same result.
Is there a way to add an extra button to Browse Screen to run an activity?
Max
I tried to solve with jQuery in nuLoadThis() function:
Code: Select all
function nuLoadThis() {
$(".actionButton").filter(":last").append("<input>");
}
Tried also to use addJSfunction() in Before Browse with the same result.
Is there a way to add an extra button to Browse Screen to run an activity?
Max