Use the Assign Entities page or Entity Assignment region to assign entities to a class categories. You must assign an entity by entering the name of the table and the column for the appropriate entity. You can also optionally create a condition, using an SQL Where clause, to select a subset of the entities in your database.
Navigate to the Assign Entities page or Entity Assignment region.
From the Create Class Category page, click the Add New Entity Assignment button and then enter the entity information in the Assign Entities page. See: Creating a Class Category.
If you have created a copy of an existing class category, then in the Create Class Category page enter the entity information in the Entity Assignment region. See: Copying a Class Category.
From the Update Class Category page that displays an existing class category, click the Add Another Entity Assignment button and enter the entity information in the Entity Assignment region. See: Updating a Class Category.
Enter the required entity information:
Table name, such as HZ_PARTIES
Column name, such as PARTY_ID
You can use the list of values to search for the table and column name.
Enter an optional condition in the Condition field. The condition is expressed as an SQL Where statement, such as:
PARTY_TYPE='ORGANIZATION'