We have thousands of tables in Microsoft Dynamics NAV Development Environment and we had not given a value for the CaptionML field. This creates an error when sending the tables to MS Excel in NAV 2013. We were wondering if there is some sort of tool that would allow us to change the CaptionML field value to ENU instead of doing it manually in thousands of documents?
Is there a way to do it within the Microsoft Dynamics NAV Development Environment or by exporting all the tables as .txt files and changing them?
Thank you!
You may export the translation file either by selecting necessary tables and clicking Tools -> Translate -> Export, or by using PowerShell command Export-NAVApplicationObjectLanguage.
Inside the resulting file, there will be lines with the name of the table, e.g.:
You would then be able to generate new lines for the caption, e.g.:
And then import the file using Tools -> Translate -> Import or by PowerShell command Import-NAVApplicationObjectLanguage.