Application Studio Number Format Mask

Is there a way to remove commas from numbers in application studio? The Mask properties don’t seem to do anything (Or I don’t know how to set them).
image

Per @hmwillett’s compendium… you could try setting your mask to all 9’s and see what that gets you.

image

Doesn’t seem to work anymore. I think >>>>>>9 and 9999999 used to work, but it broke again sometime in 2023.2.

1 Like

Anyone have luck removing thousands separator commas?

I’m running into the same issue in 2024.2 - Epicor adds a thousands comma separator on an integer UD field I added. Shows fine on the Sales Order Entry landing page grid, but not on the header panel. Even the default order number is showing a comma!

Success! Use a Kinetic text box instead of a numeric box.

2 Likes

If you want to use a Numeric box for an integer with no thousands separator, try using 0 in the Mask. This works for me.

2 Likes