Notifications
Clear all
Topic starter
I am trying to find a list of all the forms created. Can someone help me navigate? Thanks!
Posted : July 18, 2014 6:09 am
The quickest way is to run a database query:
select * from ml.formset where active = 'D'
When active is 'X', those are previous versions. I don't think there is anything in the program itself to tell you all the forms installed.
Posted : July 24, 2014 1:52 am
Topic starter
Thanks so much for your help!
Posted : July 24, 2014 1:55 am