Hello!I am looking at a script to create mappings within PowerDesigner. There is an example in the Help that looks like this:
'Create a mapping between C1 and T6 set m1 = ds.CreateMapping(MyOOM.FindChildByName("Class1",cls_class))
m1.AddSource MyPDM...