Tag Archives: modify class instance

Checking whether class instance can be modified in Sage Enterprise Management

In Sage Enterprise Management, we have a built-in “Isreadonly” property to check whether the class instance can be modified. This built-in property returns whether the properties of an instance can be modified or not. It can be tested but not modified. Syntax If MY_INSTANCE.isReadonly is 1, properties cannot be modified. Any modification attempt will raise an error with error… Read More »