When creating new item in Axapta, the system does not convert lower cases characteristics in item number automatically. Could I set up AX to do conversion automatically?
When creating new item in Axapta, the system does not convert lower cases characteristics in item number automatically. Could I set up AX to do conversion automatically?
I don't think there is a setup for that.
But you can get it by doing some modification to that form.
Change the property "Change Case" value to "Upper Case" for ItemId field in that form.
Comments
But you can get it by doing some modification to that form.
Change the property "Change Case" value to "Upper Case" for ItemId field in that form.
Thanks...
Abdulla
If you want, you can convert it in to UPPER case by coding... Here it has shown with example.... www.dynamicsaxsolutionsworld.blogspot.com
Thanks \:D/