In Powerdesign would like to create a VBscript to rename/reform the following names in powerdesigner- Conceptural or Physical model
Alternative/Unique Key Name:
*UQ {table_name} {tablecolumnname}* /////// Example = UQ_Account_AccountNumber
Relationship Name:
FK{table_name}_{reference_table_name}_{reference_column_name}* //////Example = FK_Account_AccountPhone_HomePhoneID
Problem is, how do I get the "table_column_name" and "reference_column_name"?