How to format integer in instance name?

In one entity i am using (Name Surname - integerId) synax for instance name. Problem is that Integer in formated for example like this: 555,545 Is there any way how to fromat it without , ?

Hi @igor.sovcik,

You can define a method to return the instance name. Then you can use whatever formatter you need.

Take a look at NamePattern in the docs for an example.

Regards,
Peterson.

3 Likes