Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Html bobswift
<iframe width="560" height="315" src="https://www.youtube.com/embed/d_lkWMc-ebw" frameborder="0" gesture="media" allowfullscreen></iframe>

Listener Script

This script listens for a change to customfield_10712 and fires thr script SelectAllInList.sil when a change is detected.

Code Block
lfWatch("customfield_10712", {"customfield_10712"}, "Screen_Listeners/SelectAllInList.sil", "change");

Executor Script

This script is fired from the listener script SelectAllInList_watch.sil and selects all items in a list if the 'Select All' item is selected.

...