Questions and discussion about using ProcessMaker: user interface, running cases & functionality
By higgledy
#814638
Is it possible in the Community Edition, to customize the APP_NUMBER format? We want to add a two-char prefix, year, and the APP_NUMBER.
Code: Select all
prefix-yyyy-APP_NUMBER
Can this be accomplished?
User avatar
By amosbatto
#814656
No, you can't to that because the APPLICATION.APP_NUMBER field in the database needs to be an integer. However, you can use the custom Case Labels to set the case's Title.

Create a trigger which is fired when the case is created with the following code:
Code: Select all
@@caseTitle =  'prefix-' . date("Y") . '-' . @@APP_NUMBER;
Then add @#caseTitle to the case's Title for the first task in the process.
Want to create your own meme coin?

In the world of cryptocurrencies, a unique and exc[…]

The market for cryptocurrencies is demonstrating a[…]

What's SAP FICO?

Embarking on a dissertation can be one of the most[…]

Hello. For rental housing, there are software solu[…]