Go to documentation repository
The GetObjectIdByParam method allows method allows receiving of object ID at which some parameter is equal to the specified value. The first found object ID is receiving if there are several such objects. The null is receiving if such objects are not found.
Syntax of method invocation:
| Code Block | ||
|---|---|---|
| ||
function GetObjectIdByParam (obj_type : String, obj_param : String, param_value : String) |
...
...