Info | ||
---|---|---|
| ||
This routine is available starting with
|
...
Excerpt |
---|
Disables the given tab of a provided name. |
Parameters
Parameter | Type | Required | Description |
---|---|---|---|
field | String | Yes | Specifies The name of the tab to disable. |
Example
...
Code Block |
---|
if(assignee != "admin") { lfDisableTab("FieldAdditional Tab"); } |
Prior to Disable | After Disable |
---|---|
See also
Filter by label (Content by label) | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...