自定义列不在数据库中

时间:2017-08-14 06:53:15

标签: acumatica

我已使用以下内容在InventoryItem中添加了自定义列:

public abstract class usrAlternateIDs : IBqlField { }
[PXDBString(4000, IsUnicode = true)]
[PXUIField(DisplayName = "Alternate IDs", Visibility = PXUIVisibility.SelectorVisible)]
public string UsrAlternateIDs { get; set; }

但是当我像这样使用列的选择器时, enter image description here

我检查了数据库表(InventoryItem)并且列不存在。

1 个答案:

答案 0 :(得分:0)

使用数据类编辑器https://help.acumatica.com/(W(3))/?ScreenId=ShowWiki&pageid=96390b13-24a9-41cc-a3f3-3a63b2efa552在数据库中添加了自定义列。