Defining the revisioned field on the account audit contact

Define the field on the account. In this example, the revisioned field is on the AuditContact entity. If the field already exists, you do not need to define it. If the field does not exist, add the field to an extension entity for AuditContact.

The step-by-step instructions add an audit license number field to the audit contact entity. Use the following naming convention:

  • If this is a new field, append _Ext to the field name avoid name conflicts with base PolicyCenter entities.

    See Defining a new data entity.

In the following illustration, the circled number 1 shows the AuditLicenseNumber_Ext field that you will create on the AuditContact_Ext entity.



Add revisioned field to the account audit contact

About this task

Define the revisioned field for AuditContact_Ext.

Procedure

  1. In Studio, navigate to configuration > config > Extensions > Entity and double-click to open AuditContact_Ext.eti.
  2. Next to the extension drop-down menu , click the drop-down list and choose column.
  3. Enter the following values for the new column which define an account level field, AuditLicenseNumber:

    Name

    Value

    name

    AuditLicenseNumber_Ext

    type

    mediumtext

    desc

    The audit license number

What to do next

Defining the revisioned field on the policy audit contact