Copyright © Cloud Software Group, Inc. All rights reserved.
Copyright © Cloud Software Group, Inc. All rights reserved.


Chapter 5 Procedures : iap_field

iap_field
The iap_field table holds the list of fields that will be published for a given monitor ID.
Structure
The iap_field table has the following structure:
TABLE iap_field (
monitor_id
numeric(10) NOT NULL,
field_name VARCHAR(31) NOT NULL)
Primary Key
The following primary key is defined for this table.
Foreign Keys
The following foreign key is defined for this table.

1
This key enforces the DELETE CASCADE referential action.

Indexes
The following index is defined for this table.
Table Activity
The iap_field table contains one row for each field that will be published for every activity. Rows are added, updated and deleted in the following situations.

Copyright © Cloud Software Group, Inc. All rights reserved.
Copyright © Cloud Software Group, Inc. All rights reserved.