Versions Compared

Key

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

This routine is available starting with 

  • Power Scripts 3.0.7
  • SIL Engine™ (former katl-commons) 3.0.7

Syntax

lfHideAllExcept(fields_tabs_and_panels)

...

Excerpt
Hides all given fields, panels, panelsб and tabs except the ones given as parameters.

...

ParameterTypeRequiredDescription
fields_tabs_and_panelsStringYesSpecifies the fields/, panels/, or tabs to hide.

Example

Code Block
lfHideAllExcept("details_panel", "issueType", "priority", "activity_panel", "comments_tab",  "Field Tab", "customfield_10101");

...