How do you find the Workflow Action Buttons from custom content?
Let’s say that there is a workflow action button named “samplewkflbtn” on your screen and you want to track the same for attaching your custom URL or some other purpose. You may follow the below given steps to achieve the same. 1. Find the “Table” element by getElementById method. var a=document.getElementsByTagName(“Table”); 2. Loop through all… Read More »