TDV Adapter for Oracle Service Cloud

Build 22.0.8462

NamedIDs

An ID which has an associated name string. These IDs can be set by either value or name.

Table-Specific Information

SELECT

The adapter will use the API to process WHERE clause conditions built with = operator. Tablename and Columnname are required columns.

If you want to access the namedIds of columns inside a child table, then give the column value in the form of the tree substructure, after the parent table name, separated by "/". Use the same case for the columnname as mentioned in the Tables or Views.

For example: If you want to retrieve the addressType namedId for accountsEmails table. The tablename will be 'accounts' and the columnname will be 'emails/addressType'.

SELECT * FROM NamedIDs tablename = 'accounts' AND columnname = 'profiles'
SELECT * FROM NamedIDs tablename = 'accounts' AND columnname = 'emails/addressType'

Columns

Name Type Description
TableName String Table Name
ColumnName String Column Name
Id Long Id of namedId
LookUpName String LookUpName of NamedId

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462