Quantcast
Channel: Microsoft Dynamics CRM Forum - Recent Threads
Viewing all articles
Browse latest Browse all 46379

creating a print button on dashboard

$
0
0

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????

 


Viewing all articles
Browse latest Browse all 46379

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>