使用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.

使用SAP CRM AET工具创建类型为下拉列表的扩展字段

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:

使用SAP CRM AET工具创建类型为下拉列表的扩展字段

It has a text table accordingly:

使用SAP CRM AET工具创建类型为下拉列表的扩展字段

And fill some value into this check table:

使用SAP CRM AET工具创建类型为下拉列表的扩展字段

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":

使用SAP CRM AET工具创建类型为下拉列表的扩展字段

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

使用SAP CRM AET工具创建类型为下拉列表的扩展字段
使用SAP CRM AET工具创建类型为下拉列表的扩展字段

本文来自云栖社区合作伙伴“汪子熙”,了解相关信息可以关注微信公众号"汪子熙"。

上一篇:SharePoint表单和工作流 - Nintex篇(三)


下一篇:BigDecimal的用法详解(保留两位小数,四舍五入,数字格式化,科学计数法转数字,数字里的逗号处理)