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开发者_StackOverflow the wizard.
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.
Okay the code is actually available in AX. It returns the name of the Security Key.
精彩评论