Returns the value of a specified key from the lookup table defined.
Syntax
Rep_GetLookupValue(string sessionId,string systemName, string options,string lookupTableId, string lookupTableName,string key, out string xmlResult)
Parameter | Description |
---|---|
sessionId | Valid session identifier (SessionId) |
systemName | SystemOId |
options | Not currently evaluated |
lookupTableId | Object ID of the lookup table. If not defined, the object name and type must be defined instead |
lookupTableName | Name of the lookup table |
key | Key |
xmlResult | Returns the object references in the form of a MwsLookupResult Xml (contains MwsLookupValue Xml) |
Return Value
Value | Description |
---|---|
0 | OK |
<>0 |
Error See Error Codes. |