Availability
This routine is available since
- JJUPIN 2.5
- katl-commons 2.5
Syntax
lfEnable(field)
Description
Enables the given field.
Parameters
Parameter | Type | Required | Description |
---|---|---|---|
field | String | Yes | Specifies the field to enable. |
Example
If the field is disabled for all the users and the user admin, for example, should change the value, use lfEnable.
if(assignee == "admin") { lfEnable("issueType"); }
See Also: