SAP CRM产品搜索支持的标准搜索条件的渲染逻辑

Created by Jerry Wang, last modified on Oct 02, 2016

You can see in Product search WebClient UI that a lot of search parameters are supported. They are displayed via drop down list:

SAP CRM产品搜索支持的标准搜索条件的渲染逻辑

Below is the logic about how is search parameter dropdown list in UI is determined:

(1) Starting point: controller->get_possible_fields

SAP CRM产品搜索支持的标准搜索条件的渲染逻辑

(2) The available fields come from DDIC structure which is defined in BOL Model browser and shared with all 5 product types

SAP CRM产品搜索支持的标准搜索条件的渲染逻辑

(3) All 40 fields act as “Available fields” in configuration. But in the UI, only a subset of them are visible:

SAP CRM产品搜索支持的标准搜索条件的渲染逻辑
SAP CRM产品搜索支持的标准搜索条件的渲染逻辑

要获取更多Jerry的原创文章,请关注公众号"汪子熙":
SAP CRM产品搜索支持的标准搜索条件的渲染逻辑