Hi,
I have an interesting problem to solve, my app is a Model-Driven App. Our client wants a column "identifier" which should be unique and should be auto populated with values from english dictionary nouns, user can also override it whenever they wish to.
I know Auto-Number and Alternate Keys for uniqueness but this will not fulfill the requirement of english dictionary nouns. I am thinking of populating a separate table with 500-600 nouns but not sure how to make use of those. Any good implementation approach which will meet uniqueness and usage of english noun for auto-populating would be highly appreciable?
Summarizing the requirements of the model-driven app:
1. Auto populated Column with the option of overriding the value
2. Auto-Populated values should be nouns from English Dictionary.
3. Values must be unique always even if overridden
Thanks