zoukankan      html  css  js  c++  java
  • SAP CRM产品主数据搜索功能的With individual object搜索参数

    Created by Jerry Wang on Oct 03, 2016

    By default this search parameter is not visible in search view.

    You have to configure it as visible explicitly in UI component workbench, configuration tab:

    However, you can probably find that in some other systems, the fields listed in "Available Search Criteria" are far fewer than some other systems:

    The reason is before all fields in search structure CRMT_PRIL_QUERY_ADVSEARCH_PROD is rendered in configuration, they will be filtered via design layer settings:

    Those fields which are marked as hidden or do not have an entry maintained will be filtered out.

    Finally there is a global switch which can revert this behavior. If no hidden is switched on, all hidden fields will also be rendered – this is current behavior in AG3.



    After I switch on in HN1/504 this parameter can be configured in UI now.

    要获取更多Jerry的原创文章,请关注公众号"汪子熙":

  • 相关阅读:
    三、Oracle 查询+where条件
    二、Oracle 数据库基本操作
    一、Oracle 安装
    18.JAVA经典编程题(50题及答案)
    17.网络编程
    16.xml
    Js模块化开发--seajs和gruntJs
    git命令行指南
    nodejs学习笔记---1
    面向对象及组件开发---笔记1
  • 原文地址:https://www.cnblogs.com/sap-jerry/p/13218131.html
Copyright © 2011-2022 走看看