Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note

The name of the Attribute Group must match the type of the complex Attribute, as conveyed over the API. For example, if the following fragment is sent as part of an API request:

"names":[
 {
  "type":"official",
   "given":"Pat",
   "family":"Lee"
 }
]

the Attribute Group name must be configured as "official".

Building the Matchgrid

After the Attributes are defined (or subsequently updated), the Matchgrid must be built. This is the process where the configuration is translated to a SQL table for runtime use. If Attributes are updated, the Matchgrid will also be updated. Existing data will be preserved to the extend permitted by the new configuration.

To build a Matchgrid, the Platform Administrator can go to ConfigurationMatchgrids, and click Build. Currently, this function is not available to Matchgrid Administrators (CO-1765).