FolderName field

i want to get a max foldername value from a process table and increment that by one and populate that value to the local text field, the folder name is nvarchar data type.

 

thanks

Tagged:

Comments

  • I have to wonder why as BPM automatically assigns the next valid/available folder name as the folder is created based upon the procedure properties.  You can use the current FolderName on a starting action if desired.

     

    Its also possible folders numbers could be "skipped" if a new blank folder is launched, but not saved/completed (eActionCount = 0).

     

    However, if you want to use your own folder name numbering scheme, which is possible since you can assign the eFolderName value, you could build your own sequence or table or other method which you control the increments and assign your folder names at that time.