How to generate Attribute for this format BLR-BranchName--TodayDate-NNNN

0
Hi All, I want to generate attribute like this format BLR-BranchName—TodayDate-NNNN  Example: BLR-26-06-2023-0001 .   How can we do this attribute   Thanks 
asked
1 answers
0

Hi Raja,

if you need only a string you can combine the data that you store in other attributes BranchName and use the  [%CurrentDateTime%] for the date.

The NNNN is a bit different you can use an AutoNumber attribute in the entity you are using to keep the count

answered