CatalogObject.<Catalog name>.IsLocked
Syntax:
Returned value:
True indicates the item is locked; otherwise it is False.
Description:
Availability:
Note:
Example:
If NomenclatureObject.IsLocked() Then NomenclatureObject.Unlock(); EndIf; |
Syntax:
Returned value:
Description:
Availability:
Note:
Example:
If NomenclatureObject.IsLocked() Then NomenclatureObject.Unlock(); EndIf; |