Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info
titleAvailability

This routine is available starting with 

  • Power Scripts Scripts™ 2.5 (server)
  • SIL Engine™ (former katl-commons) 2.5

Syntax

lfDisable(field)

...

Excerpt
Disables the given field.


Parameters

ParameterTypeRequiredDescription
fieldStringYes

Specifies the field to disable.

See Standard Variables for available fields.

Example

Let's assume that once the issueType field is set it should not be changed by anyone except for the admin user. To prevent other users from changing it, and allow them to view it only, use the lfDisable routine.

...