Skip to end of banner
Go to start of banner

lfHideFieldMessage

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Availability

This routine is available starting with 

  • Power Scripts 2.5
  • katl-commons 2.5

Syntax

lfHideFieldMessage(field)

Description

Hides a message for the given field.

Parameters

ParameterTypeRequiredDescription
fieldStringYesThe field to hide the message for.

Example

lfHideFieldMessage("assignee");//where field = "assignee"

See also

  • No labels