For custom fields to be imported into Security Center, the database view for custom fields must follow the Synergis™ Card Synchronization schema.
- For each custom field you add, you must create a corresponding custom field in Security Center.
- The schema below is supported for legacy deployments and is not required for deployments with Card Synchronization 3.2 or later. With data sources created in Card Synchronization 3.2 or later, custom fields can be included directly in the cardholder, cardholder group, and credential schemas as additional columns.
Column | Data type | Description |
---|---|---|
Mandatory columns | ||
EntityUniqueId | String | The unique ID of a cardholder, cardholder group, or credential. |
EntityType | String | The value that indicates the entity type:
|
CustomFieldName | String | The name of the custom field. |
CustomFieldValue | String | The value of the custom field. |
The following image is an example of a custom fields view in a Microsoft SQL Server
database.