Hi,
I am getting following error while Sending Item List to MS Excel in NAV 2013.
Microsoft Excel
Caption values are not included for some fields in the data source. Column names may not be translated. Customs Group Distribution Channel
OK
I found that this is happening because of Microsoft Dynamics Add-In installed and attached to MS Excel. When I remove this Add-In, I am able to export Item List successfully (but without any NAV specific formatting). I checked there is nothing specific mentioned in "Caption Class" , "Caption" or "CaptionML" property of above fields "Customs Group" and "Distribution Channel" in Item table as well as in Item form.
I am using MS Excel 2010.
Is this a known issue with MS Dynamics Add-In or something is wrong with my fields.
Thanks.
0
Answers
It seems like a requirement for exporting to excel, otherwise I can leave it blank for my fields and it still shows up in a RTC Page.
Caption values are not included for some fields in the data source
there is any tool to create the captionML tag for every field where is empty?
As error explains, This issue might be because of the Caption Class OR CaptionML as Caption Class dynamically changes the name of the column and CaptionML is Caption Multi-language which translates the caption of the field to a certain language which you specified in Caption ML.
Blog - rockwithnav.wordpress.com/
Twitter - https://twitter.com/RockwithNav
Facebook - https://facebook.com/rockwithnav/
You could try Export-NAVApplicationObjectLanguage from the Microsoft.Dynamics.Nav.Model.Tools in PowerShell. The parameter -DevelopmentLanguageId does what you are looking for.