SetGlossaryAttributeTask
Introduction
The SetGlossaryAttributeTask uses the OMN API to write a single attribute value to a glossary.
Usage
Writes the given attributeValue to the given attributeIdentifier at the given glossary which is either defined by id or name.
Input Variables
| Name | Description | Type | Default Value |
|---|---|---|---|
|
The PimType XSD schema version to use |
String |
5.6.0 |
|
The ID of the glossary to write the attribute value to. Either |
Long |
|
|
The Name of the glossary to write the attribute value to. Either |
String |
|
|
The identifier of the attribute to write to. If it is not set (null) the PDT will do nothing (no exception, just returning). |
String |
|
|
The value to write The value must be of the appropriate String representation for its type:
If the attributeValue is not set (null) the PDT will do nothing (no exception, just returning). |
String |