ebs.setFormSectionAttributesReadonly

Changes the read-only property of all attributes on the active form section.

Syntax

Copy
ebs.setFormSectionAttributesReadonly(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