i’ve been working with TDM for a while now, and one of the things that i’ve wanted to do is to build some custom forms. ideally, i would love to build a new form that allowed me to code in some customized naming conventions and standards, and show the user which database object don’t conform to my standard.
i was thinking something along the lines of a tab for each type of object that i have a set of standards for, and it would have a list box, showing me all the instances of that type of object (say RI constraints, or entities)… and then allow me to automate changing the names of them to meet my standard with just a click.
from what i’ve seen and read, the scripting engine would allow me to enumerate through all the objects in my model, and then make changes to them programmatically…
I’ve also seen that i can customize the existing forms, but i would like to know whether or not i can create my own forms. i would prefer not ot hack up the exisitng forms, which i have no intention of accidentally breaking.
please let me know!
-Eric