ebs.setFormAttributesReadonly

Sets the read-only property of all attributes on the specified form.

Syntax

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

 

Parameter Description
formId The ID of the entity form from on which you want to set the read-only property for all attributes
readonlyBool

The value of the read only property:

0/false - None

1/true - Read only

Response

void