/
Hide the comment field during a transition
Hide the comment field during a transition
This live field script is called during a transition and hides the Comments field.
if(argv["screen"] == "trans_41") {
lfHide("comments_tab");
lfHide("addComment");
}
, multiple selections available,
Related content
lfHideFieldMessage
lfHideFieldMessage
More like this
Hide fields for users with no developer role
Hide fields for users with no developer role
Read with this
lfHideTab
lfHideTab
More like this
lfHideAllExcept
lfHideAllExcept
More like this
Set default values for system fields on the Create screen
Set default values for system fields on the Create screen
Read with this
Validators - Example 2
Validators - Example 2
More like this