gpt4 book ai didi

axapta - Axe - 检查是否从数据库中选择字段

转载 作者:行者123 更新时间:2023-12-02 08:24:38 28 4
gpt4 key购买 nike

有没有一种方法可以检查是否从数据库中检索到字段?我创建了一些从不同位置调用的逻辑。但在某些位置,表缓冲区是使用字段列表选择的。我只想在未检索到该字段的情况下再次执行查询。获取正确记录的查询非常繁重,并且在大多数情况下该字段将为空。

Common o;
o = args.caller();
if(!isFieldRetrievedFromDatabase(o.(fieldId)))
{
o = refetch(o);
}
//execute logic for o

最佳答案

使用 o.isFieldDataRetrieved .

xRecord.isFieldDataRetrieved Method:

Checks whether the data of the given field has been retrieved

true if the data has been retrieved; otherwise, false.

关于axapta - Axe - 检查是否从数据库中选择字段,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34285162/

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