Tag Archives: action button

Enhanced Data Security – Restriction on Custom entity screen buttons

Data security and data maintenance is very much important in today’s world. Many organizations follow the concept of territorial structure while some still stick to basics and make the data of user from one territory available for viewing purpose for user in another territory. This user might not have permissions to modify the data, but… Read More: Enhanced Data Security – Restriction on Custom entity screen buttons »

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: How do you find the Workflow Action Buttons from custom… »