Numeric field without comma formatting

Hi
The product code in Product Entity is a long data type filed. It is displayed with number formatting e.g. 1,000,000 but I want this code is displayed without comma like 1000000, how can I achieve this without changing the data type?

Hi Mortoza,

In platform version 6.6 and earlier you can only do it by creating a datatype for your field. See examples here.

In 6.7 we have implemented this feature: Number datatype customizable by annotation on entity attribute, so it will be straightforward.

Thank you Konstantin. I like the solution approach in 6.7 and will be waiting to get it released (in Oct?) instead of changing data type.

Looking forward…