I am trying to read the label for the DeveloperDocumentation property of a table from the AX web services.
As an example, in my AX environment the Address table has DeveloperDocumentation field set to a label with ID @SYS125025 (the AX client shows this in the AOT table properties). I can easily read the value of this label from the default metadata service.
What I have not been able to discover, is where to find out which label is being used for a table - it isn't shown in the table's metadata.
I would like to do this using the default web services - manually opening the AOT to find a table's label is not really an option. I can do this easily via the .NET business connector, but I have heard that this isn't not a good idea, as it is being discontinued ...