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
Parameter | Type | Required | Description |
---|---|---|---|
fields_tabs_and_panels | String | Yes | Specifies 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:
Element | Field (to be used in routine) |
---|---|
Details Panel | details_panel |
People Panel | people_panel |
Dates Panel | dates_panel |
Timetracking Panel | timetracking_panel |
Activity Panel | activity_panel |
Comments Tab | comments_tab |
History Tab | history_tab |
Worklog Tab | worklog_tab |
All Tab | all_tab |
See also