Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
document.getElementsByClassName("tablefield-button")[0].click();
return "Table Field Opened By Script";
Note

Manipulating the DOM of the GlobalSearch Viewer is generally discouraged, but possible. Advanced users who go beyond very basic scripts like this one should use caution and understand that such changes have the potential to break between version upgrades.