lfShowAll
Description
Shows the given fields, panels and tabs.
Parameters
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");