Can an Enumeration list stored in database be populated automatically?
![]()
I'm lazy. I have a custom enumeration list with many values, to be stored in the database so non-admins can be given permission to edit. Don't want to retype them all.
Is there an import or other function I can use to automate the initial creation of the list? I can do this by editing the XML for process-stored enum lists, but I don't see a way to do this for db storage. Thanks. |