PropertyGUIDBinaryToStringValve
Note
Valve for converting a binary objectGUID property, to a new string objectGUID property.
Properties
Name | Description | Default value | Mandatory | Supports property expansion |
---|---|---|---|---|
dest | Name of the property containing the binary objectGUID value. | Yes | Yes | |
source | Name of the property to be created with the string objectGUID value. | Yes | Yes |
Example Configuration
{
"name": "PropertyGUIDBinaryToStringValve",
"config": {
"dest":"objectGUID",
"source":"strObjectGUID"
}
}