as my client is looking for the print on the dashboard
can i do like this
solution----> ribbion workbench--------->add button in action field -------->this is in Detail
while coming to action field
writing a code for print in javascript
<!DOCTYPE html>
<html>
<body>
<button onclick="myFunction()">Print </button>
<script>
function myFunction() {
window.print();
}
</script>
</body>
</html>
while coming to display rules i will add entity as dashboard.
is this works????
is there any other solutions????