lfShowAll
Syntax | lfShowAll(fields_tabs_and_panels) | Package |
|
Alias |
| Pkg Usage |
|
Description
Shows the given fields, panels and tabs.
Parameters
Parameter name | Type | Required | Description |
|---|---|---|---|
fields_tabs_and_panels | String | Yes | Specifies the fields, panels, or tabs to show |
Return Type
None
Example
lfShowAll("issueType", "comments_tab", "activity_panel", "Field Tab");This is equivalent to:
lfShow("issueType");
lfShow("comments_tab");
lfShow("activity_panel");
lfShowTab("Field Tab");