Lists
Create, update, delete, and query all lists based on the search criteria.
テーブル固有の情報
Select
本製品 はSAP Concur API を使用して、Id を参照するフィルタを処理します。本製品 はクライアント側で本製品 内で他のフィルタを処理します。
例えば、本製品 はSAP Concur API に次のクエリの処理をオフロードします。
SELECT * FROM Lists WHERE Id = '123456'
Insert
リストアイテムを挿入するには、次のカラムが必要です:Name、DisplayCodeFirst、IsVendorList、およびSearchCriteriaCode。
INSERT INTO Lists (Name, DisplayCodeFirst, IsVendorList, SearchCriteriaCode) VALUES ('NameValue', true, true, 'CODE')
Update
UPDATE は、このテーブルではサポートされていません。
Delete
削除は、このテーブルではサポートされていません。
Columns
Name | Type | ReadOnly | References | Description |
ID [KEY] | String | True |
null | |
ConnectorID | String | False |
Optional. Defines the encrypted ConnectorID. If not provided then the list isn't associated with a connector. | |
DisplayCodeFirst | Bool | False |
Required. Defines whether CODE should appear before TEXT, or vice-versa. | |
ExternalThreshold | Int | False |
Optional. Default value is 1. Defines the threshold from where the level starts being external. This value can only be set if a ConnectorID is provided. | |
IsVendorList | Bool | False |
Required. Defines whether it is a vendor list. | |
Name | String | False |
Required. Defines a name for the list. This name must be unique. | |
SearchCriteriaCode | String | False |
Required. Defines whether the search criteria should apply to the CODE or to the TEXT. | |
URI | String | True |
null |