Using Naming Standards

download Using Naming Standards

of 2

Transcript of Using Naming Standards

  • 7/25/2019 Using Naming Standards

    1/2

    Visit www.erwin.com/community 1

    Using ERwin Naming Standards for Model ObjectsBy GouriKanth

    The following steps describe how to make CA ERwin Data Modeler follow naming conventions for model

    objects using the macro support feature.

    a. Select Tools/ Names / Model Naming Options

    b. Select theName Mapping tab and give the following values

    Object Type Macro Example

    Entity to Table tbl%EntityName tblProduct; tblSales

    Attribute to Column %EntityName.%AttName Product.product_code

    Relationships FK_%Parent_%Child FK_tblProduct_tblSales

    c.

    Click OK

  • 7/25/2019 Using Naming Standards

    2/2

    Visit www.erwin.com/community 2

    d. The naming standards will be implemented in your model as shown below.