waldo1001 / crs-al-language-extension

Make working with the (Dynamics NAV / 365) AL Language easier and more efficient.
MIT License
34 stars 43 forks source link

Object Name Prefix breaks all reports on save #252

Closed matthias-planzer closed 2 years ago

matthias-planzer commented 2 years ago

I had to remove the Setting "Object Name Prefix", as it currently breaks all Reports. When I want to compile the app on save, it fails with the error "The name '{0}' cannot be used as an identifier because it does not comply with the Common Language Specification" (al379) This is being caused by the fact that the prefix contains a space, which is not allowed in Report Columns. It would be great if there was a way to disable this feature at all in Reports, as we have some Word Reports, where renaming of the fields in the layout takes forever, as there is no simple "search + replace" option like there is in RDLC reports.

waldo1001 commented 2 years ago

Fixed in next release!