OK, I have this template for contracts. I'd like some of the fields to contain values from finite lists.
1. For example, the field 'OurCompanySigningParty' needs to contain only users from Active Directory. I'm picturing a list of all those AD users (as a constraint, maybe? Token of some kind?), so the user names are submitted uniformly. It won't always be the person using the template who was the signing party, otherwise this %(UserName) token would be fine as the default value.
1.a. Also, there's this field called 'PurchasingPolicyCostRange'. Corporate policy dictates different procedures for purchasing depending on the price of an item, so I'd like to have several pre-defined ranges as values in a list, sp. $1-2500, $2501-5000, $5001-50,000 and >$50,000.
Can this be done? It'd save a lot of fuzzy data entry and make for cleaner searches.