Custom fields schema - Card Synchronization 4.0.0

Synergis™ Card Synchronization Plugin Guide 4.0.0

Product
Card Synchronization
Content type
Guides > Plugin and extension guides
Version
4.0
Release
4.0.0
Language
English
Last updated
2024-02-28

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:
  • 1 = Cardholder
  • 2 = Cardholder group
  • 4 = Credential
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.