Convert Item number to upper case automatically

engabdulla82
engabdulla82 Member Posts: 20
edited 2011-01-09 in Dynamics AX
Dear All,

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?

Abdulla

Comments

  • kranthi
    kranthi Member Posts: 72
    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.
    Kranthi
  • engabdulla82
    engabdulla82 Member Posts: 20
    Dear Kranthi

    Thanks...

    Abdulla
  • AX_Dev
    AX_Dev Member Posts: 1
    Hi engabdulla82,

    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/