How do I create a Dashboard link to Estimates-Archived please?
In advanced customisation add this to the custom scripts;
$(document).ready(function() {
if (location.hash.slice(1,9) == 'archived') {
document.ready = document.getElementById("rad02").click();
}
});
And then on the dashboard add this link;
https://yourcompany.quickfile.co.uk/sales?t=est#archived
1 Like
This topic was automatically closed after 7 days. New replies are no longer allowed.