Versions Compared

Key

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

This routine is available since 

JJUPIN

starting with 

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

Syntax

lfShowAll(fields_tabs_and_panels)

Description

Excerpt
Shows the given fields, panels and tabs.

Parameters

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

Example

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

This is equivalent withto

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

Additional Fields

...

titleAvailability

...

In addition to the Supported 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

Filter by label (Content by label)
showLabelsfalse
max35
showSpacefalse
sorttitle
cqllabel = "lf_routines"