objectId
    The following is a list of properties for the function objectId:
| Property | Value | 
|---|---|
brief | Convert to data type objectId | 
category | objectId | 
description | Converts value to data type objectId returning objectId result. | 
errorsThrown | [ { "error": "cast_error", "reason": "value could not be converted" } ] | 
functionId | objectId | 
functionLabel | objectId | 
pure | true | 
parameters | [ { "description": "Value to convert", "name": "value" } ] | 
returns | { "dataType": "objectId", "description": "Converted value" } | 
useExecuteFunction | afw_function_execute_convert |