martonsagi / al-object-designer

AL Object Designer for Dynamics 365 Business Central development
MIT License
39 stars 21 forks source link

Error in Column Name #38

Closed yannstlo closed 4 years ago

yannstlo commented 4 years ago

The name 'Prepmt__PaymentDiscount%' cannot be used as an identifier because it does not comply with the Common Language SpecificationAL(AL0379)

Some characters are not supported by AL in column names when doing report creation off of tables.

These are the main ones I have come across so far.

Thanks

martonsagi commented 4 years ago

Hi,

Thanks for the suggestion, I have added .-()%#/+&?;*! characters to be sure. Upcoming version will include this fix.

martonsagi commented 4 years ago

Tested, fixed it up and it's working now.