Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Live Fields have access to the DOM, and can trigger events within it. In some cases, it can be helpful to users if the Table Field Indexer is open by default. A very simple script can trigger this behavior.
document.getElementsByClassName("tablefield-button")[0].click();
return "Table Field Opened By Script";

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.

  • No labels