lfShowAll

Availability

This routine is available starting with 

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

Syntax

lfShowAll(fields_tabs_and_panels)

Description

Shows the given fields, panels and tabs.

Parameters

ParameterTypeRequiredDescription
fields_tabs_and_panelsStringYesSpecifies the fields, panels, or tabs to show

Example

lfShowAll("issueType", "comments_tab", "activity_panel", "Field Tab");

This is equivalent to: 

lfShow("issueType");
lfShow("comments_tab");
lfShow("activity_panel");
lfShowTab("Field Tab");

Additional Fields

In addition to the fields and graphic elements accepted by all Live Fields routines, lfShowAll can also handle the following elements:

ElementField (to be used in routine)
Details Paneldetails_panel
People Panelpeople_panel
Dates Paneldates_panel
Timetracking Paneltimetracking_panel
Activity Panelactivity_panel
Comments Tabcomments_tab
History Tabhistory_tab
Worklog Tabworklog_tab
All Taball_tab

See also