ebs.setFormAttributeReadonly

Sets the read-only property of an attribute.

Syntax

Copy
ebs.setFormAttributeReadonly(formId: string, attributeName: string, readonlyBool: boolean): void

 

Parameter Description
formId The ID entity form from on which you want to set the read-only property of a specific attribute value.
attributeName The name of the attribute whose read-only property you want to set.
readonlyBool

The value of the read only property:

0/false - None

1/true - Read only

Response

void

Examples