Hello Community,

Which is the best way to add a second unique field (of type text) in Creatio.

We have created a custom object which has its unique ID (GUID) and would like to have in the same object a second unique field of type (String).

One method I have thought is implementing the AutoIncrement number on the Server-Side. Is there another way ?

Sasori

Like 0

Like

2 comments

Hello Sasori,

 

If you want to add a second unique field of type text to a custom object in Creatio we recommending to use the [Autonumber] field, it provides an out-of-the-box feature  that allows you to generate unique identifiers automatically. You can configure an AutoNumber format for your custom object's second unique field and define rules for its generation. This approach can be useful if you want to have a consistent format for your unique identifiers.

Hi Bogdan,

Unfortunately we are still using the Classic UI for the specific Client and we dont have the AutoNumber functionality. 

I have already implemented https://academy.creatio.com/documents/technic-sdk/7-16/how-add-auto-numbering-edit-page-field?_gl=1*1b1tnxa*_gcl_au*Njc0NzQ5NzQ2LjE2ODE4MDc5Njk. the logic in this academy article. (Server-Side)

Will it satisfy my business need ?

Sasori

Show all comments