How can I used the "Auto Complete" data to set a fields value ?

C

CharlesDaCosta

I need to make a field unique. How can I use the autocomplete feature to help
or any other way
 
K

Kalyan G Reddy MVP (GGK Tech)

Hello

You can use the rules and set an action to set the fields value
 
C

CharlesDaCosta

I have tried the rules, and I have not been able to figure out how to create
a unique ID from them.

This is the real problem: how do I create unique ID's?

Example:
3.2.1 already used
3.2.2 already used
3.2.x where "x" is the next free number (3 in this case)
 
Top