Changing Table Descriptions via Code

Hello All. Is it possible via code to search throw all tables and for a given Field ID add a few charaters to the Description field. E.g a new Version number. If so a few lines of code would be most greatful. Regards Graham

Hi, As per my experience till Attain 3.10 version it is not possible.

Hi Graham, I can’t really tell you if this is recommendable but the following indications should work: create a new report, property processing only set to true, Table 2000000001 Object. Within that table you find all the objects of the Navision database… in the OnAfterGetRecord Trigger of your report you add: Name := Name + ’ ’ + “Version List”; MODIFY; That should do, but perform some careful testing [;)] Saludos Nils