How can I generate a random number of say 6 digits that won't be repeated ? We need to assign a deposit number or bill number for tracking purposes that won't be repeated. Maybe a concatenation of the date and a random number.... is there something like %Date Rand() that could make this work ?
In other solutions (previous to forms) I've used the Laserfiche Entry ID, but thus far efforts to get that field to populate upon submission have failed...