SysDictTable的getSerie方法在AX中返回什么?

发布于 2024-11-06 06:22:25 字数 103 浏览 0 评论 0原文

SysDatabaseLog 向导似乎按此方法调用的结果对可用于审核的表进行分组。 MSDN 没有关于此方法的文档。

我需要知道它返回什么,以便我有机会将一些用户表放入向导中。

The SysDatabaseLog wizard seems to group the tables that are available for auditing by the result of this method call. MSDN has no documentation on this method.

I need to know what it is returning so I can have a chance of putting some user tables into the wizard.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

千柳 2024-11-13 06:22:25

它返回最上面父安全密钥的标签

例如,PriceDiscTable 的安全密钥是 BasicTablesBasicTables 的父安全密钥是 Basic - 它不是有父级,因此将返回其标签(英语为 Basic,丹麦语为 Basis 等)。

It returns the label of the topmost parent security key.

E.g. the security key of PriceDiscTable is BasicTables, the parent security key of BasicTables is Basic - it doesn't have a parent, hence its label (Basic in English, Basis in Danish, etc.) will be returned.

魂牵梦绕锁你心扉 2024-11-13 06:22:25

好的,该代码实际上可以在 AX 中使用。它返回安全密钥的名称。

Okay the code is actually available in AX. It returns the name of the Security Key.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文