How to display the label values

Hi all…

I created a table and a new file label to name all the fields of that table.

For every field I created a label, but once I close the application and opened it, instead of names it is showing the label code ( ex: @hrm31… etc) instead of label name…

How can I resolve the issue…

Thanks in advance…

satya

Hi,

the label fields are updated when the last user logs off the application. If for some reason the last user is not logged off properly, the label files will not be built. As the label files is a part of the modifications, together with your AOT modifications, it is crucial that you assure that the label files are updated with the last labels added. Go and edit the *.ALD file to check that your last labels have been added. If a label is missing in the file, the application user will see the label id instead of the label text.

*.ald files are placed on Application Object Server. Probably somewhere like:

C:\Program Files\Microsoft Dynamics AX\50\Application\Appl"Name your Instance of AX"

more informations are in book Microsoft Dynamics AX 2009 Dev III :

80013A_AX2009_ENUS_DEVIII → AX2009_ENUS_DEVIII_01.pdf → part Development Environment

I think that the fastest solution is do it again.

Hi satya,

did you check the ExtendedDataType of the field in your table? If it is a new field ID then you should create a new ExtendedDatatype where the label will go out from there.

Minh

Hi Tomas,

It worked. And I came to know that, we have to stop the AOS server and restart it to update the label file.

Regards,

Satya.