" name="top" slick-uniqueid="4">
Here is a quick example of calling the Unique Value Finder from within the User Application. Done on 3.7.
In this example the desire is to generate a unique value that is prefixed by a "C". (Like C421)
The parameters passed are:
This is an example call:
function getCN() { v = Packages.com.willeke.util.uniqueName.UniqueValueFinder.findUniqueValue("CN", "C","100","6","100000","false","false","dummy"); return v.toString(); } getCN();!!User Application 3.7 We have been informed that the proper places that the jar and the property files can go are:
When we last implemented this class we used: