Hi experts,
I'm new to AX 2012 R3 CU9, i'm also new to programming. Please guide me,I have integer field in my form. I need this field to have format like this : 99999.99-99.#####
Where 9 is number 0-9, and ####### is nothing it's just for show.
Users gonna entered their number in 99999.99-99. How can i achieve this? Is there any code example for this? And where i put those code (In form's method, or in field''s method)? Thank you.