maxof( fieldid2name( ... ) ) 来自 tableid2name( ... )?
是否可以在 ax 2009 中只知道 tableID 和 fieldID 来获取列的当前最大值? 我知道您可以获得有关该字段的多个信息,例如 isMandatory 或其他信息,但我需要知道最大值......
感谢您提前提供任何提示!
is it possible to get the current max-value of a column, only knowing tableID and fieldID in ax 2009?
i know you can get several informations about the field like isMandatory or something, but i need to know the maximum value instead...
thanks for any hints in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您对查询进行编程,那就没有问题,请查看此作业(AX 2009):
其中一个问题是返回类型,可以通过转换为字符串来解决。
No problem if you program your query, look at this job (AX 2009):
One problem is the return type, which is solved by casting to string.