lockObject
Lock a data object, preventing it from being modified without the access key.
| Syntax | |
| key = AM_data.lockObject(id) | |
| Parameters | |
| id | (required). Identifier of the data object. |
| Return Value | |
| key | Associated key. |
Lock a data object, preventing it from being modified without the access key.
| Syntax | |
| key = AM_data.lockObject(id) | |
| Parameters | |
| id | (required). Identifier of the data object. |
| Return Value | |
| key | Associated key. |