zoukankan      html  css  js  c++  java
  • 使用SAP CRM AET工具创建类型为下拉列表的扩展字段

    When you create extension field via Application Extension Tool, it seems the code list ( or drop down list ) is not supported by this tool. This type does not appear in supported data type list.

    In fact the requirement to create an extension field with type Code List is still feasible. The entries in code list in this approach are fed by check table so we have to create a check table first.
    I have the following check table:

    It has a text table accordingly:

    And fill some value into this check table:

    Once the check table is ready, you can check extension field and assign this table to it.
    The attribute "Render/Validate As" must be set as "Show checktable as DDLB":

    In the runtime the extension field "JVM Type" works as below:


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

  • 相关阅读:
    nc多校2021-9E.Eyjafjalla
    AcWing第一场周赛题解
    关于Windows和Linux下的对拍
    牛客小白月赛29全题解
    牛客小白月赛32全题解
    牛客小白月赛33全题解
    AC自动机
    Trie树
    KMP
    celery序列化问题
  • 原文地址:https://www.cnblogs.com/sap-jerry/p/12189100.html
Copyright © 2011-2022 走看看