function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
knicholsknichols 

execute javascript

Is there a way to use an s-control instead of execute javascript tied to a button?  My problem....we had to remove my access to production for compliance but I still need to be able to edit the code for the execute javascript.  I use Eclipse to edit the s-controls but I have to login to edit the execute javascript code.  Thoughts???
Execute EZSAASExecute EZSAAS
Absolutely, by changing the "Content Source" to "Custom S-control"
You will have to convert your Execute JavaScript code into an S-control - one important note is  requireScript will need to replaced by <script> tag
knicholsknichols
Make my execute javascript into a function and have it called onload?
Execute EZSAASExecute EZSAAS
Correct.