lfEnableTab (Power Scripts)
Syntax | lfEnableTab(field) | Package |
|
Alias |
| Pkg Usage |
|
Description
Enables the given tab.
Parameters
Parameter name | Type | Required | Description |
|---|---|---|---|
field | String | Yes | Specifies the tab to enable. |
Return Type
None
Example
You can enable the Field Tab from the issue if he assignee is Admin.
if(assignee == "admin") {
lfEnableTab("Field Tab");
}See also
Need support? Create a request with our support team.
Copyright © 2005 - 2026 Appfire | All rights reserved.