Auto Increment Numbering

I want to write code for "Auto Increment Numbering" when any entry will be added from anywhere in instance like Add page or business process or Data import utility.



Please suggest me the solution.

Like 0

Like

4 comments

Dear Jitendra, 

 

Please check server-side implementation in the article below:

https://academy.creatio.com/documents/technic-sdk/7-15/how-add-auto-numbering-edit-page-field

Dennis Hudson,

Thanks for the reply.

But I am facing an issue while creating the business process.

Insite the formula boxstring.IsNullOrEmpty(Entity.GetTypedColumnValue<string>("Code"))

is not accepted.

Throwing error " 

Formula value error: Parameter "Entity" not found

 

 

Thanks for the reply.

But I am facing an issue while creating the business process.

Insite the formula boxstring.IsNullOrEmpty(Entity.GetTypedColumnValue<string>("Code"))

is not accepted.

Throwing error " 

Formula value error: Parameter "Entity" not found

jitendra,

Most likely you are creating a regular process, you need to create a process in an object (http://prntscr.com/r78hmo)

Show all comments