Hello,

I'm trying to add an auto-numbering field in the Leads section following the instructions here: https://academy.creatio.com/documents/technic-sdk/7-13/how-add-auto-numbering-edit-page-field

I've made the 2 new system settings required:

I've also made a replacing Lead object in the package I'm...MoreLess

Like 1

Like

2 comments
Best reply

Is your column on the Lead object really called "CreatioNumber"? (the code for the column)

You've verified that your User Task is really named...MoreLess

Show all comments (1)

Hi,

Does anyone know what table they are in, I need to reset them once a year.

We, when a record is generated with Autonumber, we add to the Autonumber field, the year. So we need each year to have a new numbering, starting with 1.

Thanks in advance

Julio Falcón

Like 2

Like

10 comments

Hi Julio

The AutoNumber value is stored in a Sequence in the database (Postgres Sequence for cloud instances).
For example, you can get the last...MoreLess

Show all comments (9)

Hi all

Somebody know where can I change or restart autonumbering, i need to define a process to eache year restart the numbers

I'm asking regarding the new Creatio feature to AutoNumber any entity (8.1)

Thanks in advance

Like 1

Like

3 comments

Hello, somebody can help me with this question please?

Show all comments (2)

Hello,



We are working on adding a custom section in the mobile application. Everything is working fine but the AutoNumber field is not getting populated. I have seen in "Cases" that the auto numbering is working fine. Any help would be appreciated. Thanks

Like 0

Like

3 comments

Hello,



Currently, auto-numbering of fields in an object is a new functionality that the mobile app does not yet support. Support for this functionality...MoreLess

Show all comments (2)

Hello, 

I'm using [Autonumber] field for managing record number data automatically like in the documentation   , Set up an [Autonumber] field | Creatio Academy 

Now, i need to reset the increment  to the 0  if the user clicks  on a button

How to reset the increment ? any idea !

Thank you 

Like 1

Like

1 comments

Hi,

There's no direct way to reset the auto number field. 

It's based on the Sequence object in the DB, you can run the script that will...MoreLess

Show all comments

Hello,

I want to auto-number in a Custom module in Studio, the numbering I will do will be handled with different values and must be sequential. I need an answer on how to do it.

Like 0

Like

1 comments

Hello Burak,

Please find the instruction for Freedom UI by the link below:

https://academy.creatio.com/docs/user/nocode_platform/element_setup_exa…

And...MoreLess

Show all comments

Hello Community,

How to write the auto-numbering of field using Stored procedure SQL

Thanks In Advance

Like 0

Like

5 comments

Hello,

Please note that autonumbering became available starting from Creatio version 8.0.5, you can find more info in this Creatio article ...MoreLess

Show all comments (4)

Team,



We have an option to set the field value automatically in an incremental order when a record is created/added to the section.

Creatio Academy Article:

Here, is the link to Set up auto numbering for the [ Code ] field in the [ Products ] section

https://academy...MoreLess

Like 0

Like

Share

2 comments

Hi 

This solution is not working for me in case of a custom section object. I have used the exact same steps as mentioned by you in this...MoreLess

Show all comments (1)

hi all,

I'm doing the server side auto numbering shown in this link on a created package and a created section 

- my section is called returns 

- my field that i want to make auto number is Code 

"https://academy.creatio.com/documents/technic-sdk/7-15/how-add-auto-num…"

 followed...MoreLess

Like 0

Like

6 comments

Hello Ibrahim,

What is the name of the column in your returns object where the number will be stored? In the article on the academy website...MoreLess

Show all comments (5)

Hi all,

as this link 

"https://academy.creatio.com/documents/technic-sdk/7-15/how-add-auto-num…"

i need to make auto numbering in custom section called returns 

i need to make "CASE IMPLEMENTATION ALGORITHM: SERVER-SIDE"

i made the first point "1. CREATE TWO SYSTEM SETTINGS" and created...MoreLess

Like 0

Like

12 comments

Dear Ibrahim,

Thank you for your question!

As per the Article provided: 

Select a custom package and execute the [Add] – [Replacing...MoreLess

Show all comments (11)