CatalogsFeed
Retrieve the list of catalogs.
Table-Specific Information
Select
The connector uses the SAPSuccessFactorsLMS API to process WHERE clause conditions that are built with the following columns and operators:- CatalogID supports the = comparison operator.
- LocaleID supports the = comparison operator.
- FromDate supports the = comparison operator.
The connector processes other filters client-side within the connector.
Columns
| Name | Type | References | Required for Select | Description |
| CatalogID [KEY] | String | True | The unique identifier of the catalog. | |
| CatalogDesc | String | The description of the catalog. | ||
| CatalogDomainDesc | String | The description of the catalog's security domain. | ||
| CatalogDomainID | String | The unique identifier of the catalog's security domain. | ||
| LocaleID | String | The locale identifier used for retrieving localized catalog content.
The default value is English. | ||
| IsActive | Bool | Indicates whether the catalog is currently active. |
Pseudo-Columns
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
| Name | Type | Description | |
| FromDate | Datetime | Filter to retrieve catalogs modified on or after this date. |