kingdee_query_system_config
Retrieve system configuration parameters from Kingdee ERP. Filter by config key or category to get specific settings.
Instructions
查询金蝶系统中的系统配置参数。
常用 filter_string:
指定配置项: "FConfigKey='MaxUploadSize'"
指定分类: "FCategory='System'"
推荐 field_keys: FConfigId,FConfigKey,FConfigValue,FDescription,FCategory,FIsActive
Returns: str: JSON 格式的系统配置列表
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |