I want to change through the code several columns from ColumnType = "Native" to ColumnType = "Domain", because we have defined Global Data Types that we didn't have before. Since we have couple of hundreds of fields, going through every field and changing them manually takes a long time. So we have decided to do this using a script. I want to know which fields map from the Domain Classes to the Columns Classes. So far I have the following: (These properties come from the "Data Modeler" Tool, except for the Type which is a native property of the attributes) Domain Class Property maps to Column Class Property Domain.Name -> Class.Type NullsAllowed -> NullsAllowed Length -> Length Scale -> Scale IsUnique -> IsUnique Domain.Name -> DependOnDomainName Domain.GetUniqueID() -> DependOnDomainID -- -> ColumnType = "Domain" Is there any other property that has to be mapped from the Domain Class to the Column Class? Do I have one that should not be changed? Other than adding the Dependxxxx properties is there something else that has to be added? Thanks!!! J.Laureano Ruiz [EMAIL PROTECTED] ************************************************************************ * Rose Forum is a public venue for ideas and discussions. * For technical support, visit http://www.rational.com/support * * Admin.Subscription Requests: [EMAIL PROTECTED] * Archive of messages: http://www.rational.com/products/rose/usergroups/rose_forum.jtmpl * Other Requests: [EMAIL PROTECTED] * * To unsubscribe from the list, please send email * * To: [EMAIL PROTECTED] * Subject:<BLANK> * Body: unsubscribe rose_forum * *************************************************************************
