SETPROJECTREADONLY

Sets the project field to be read-only or editable.

Parameters

readOnly boolean,null (required) - Boolean value representing whether the field should be read-only, or null to restore the original state

Examples

SETPROJECTREADONLY(true);

// Sets the project field to read only, not editable by the user