gpt4 book ai didi

axapta - 如何从表 ID 中获取 Common 对象?

转载 作者:行者123 更新时间:2023-12-02 01:17:10 24 4
gpt4 key购买 nike

如何通过 TableId 实例化一个普通类型对象(AX 中表的基类)?此外,我们还能用 TableId 做什么?

我的目标是将 tableid 发送到我的方法,然后我将创建该 id 所属表的缓冲区。是否可以?

最佳答案

可以这样做:

public static Common makeRecord(TableId _tableId)
{
return new DictTable(_tableId).makeRecord();
}

关于axapta - 如何从表 ID 中获取 Common 对象?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10095415/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com