zoukankan      html  css  js  c++  java
  • 如何使用UI Configuration将WebClient UI的隐藏字段放出来

    In Service order detail page some fields are by default hidden in standard UI configuration, for example fields belonging to pricing set ( backend storage table: CRMD_SHIPPING ).

    Here below is step by step how to create a new UI configuration and make those hidden fields visible there.

    (1) Create a new business role by copying from existing one:


    (2) Create a new Role Configuration Key:


    Once done, assign this key into new business role created in step one.

    (3) Go to UI component workbench, choose one configuration which you want to copy from:


    Click Copy Configuration button:

    In popup, maintain the new Role Configuration Key created in step 2:

    Now you can work on your own configuration. Click “Add Caption” to create a new block which will holds all pricing fields:

    Select the hidden pricing fields from left pattern and click “+” icon to make them visible:

    This is the preview in UI component workbench where the pricing fields are made visible now in Service Order detail page:

    And this is the final rendered page in the runtime:

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

  • 相关阅读:
    我来说说博客评论的事
    SWFUpload+Javascript仿163邮件上传文件
    如何暂停和终止线程
    分享我的数据处理类库,欢迎拍砖
    求数列两两之差,再求和
    poj 1006 中国剩余定理
    Poj算法做题顺序
    poj 1328
    ZOJ 3279
    poj 2352 树状数组
  • 原文地址:https://www.cnblogs.com/sap-jerry/p/13549137.html
Copyright © 2011-2022 走看看