hi,
We are getting the below standard error message while creating a subproject from a main Project .
Main project as in the first project you created and then from that project you will create subproject. Instead of new we click on subproject from below screen.

I have defined a format at the Project hierarchy level however whenever I am creating a record it gives me below error.

"New subproject ID cannot be created because systems alphanumeric character conversion to integer value exceeds integer length limit."
On debugging I have found that the below method is getting called from ProjTable "generateNextSubProjectId".
There are different formats which are getting checked and eventually i get a number is -1614 and based on that it is throwing an error.
Can someone please guide me what is wrong in this format or I am i missing something.
The format of number sequence that we have defined in the sytem is "PRJ######".
thanks,
VK