SETPROJECTHIDDEN
Set the visibility of the project field.
Parameters
hidden
boolean,null (required) - Boolean value representing whether the field should be hidden, or null
to restore the original value
Examples
SETPROJECTHIDDEN(true);
// Sets the project field to be hidden
Updated almost 2 years ago
Did this page help you?