# Crespect
This pugin will periodically query the Crespect application api web service for new and updated matters based on lastModifiedAt property.
Copy the dll files from the Plugins\Crespect directory to the site provisioning directory.
Restart the service to activate the plugin.
Start the configurator and browse to CustomSettings to configure the Crespect plugin.
Specify the Url
Specify the ApiKey.
The following optional properties can be set:
Client Code Json file property to match the sharepoint client code field, for example: clientParty.id.
Client Name Json file property to match the sharepoint client name field, for example: clientParty.name.
Client Field Mapping Optional field that maps json file client properties to sharepoint fields with syntax: sharepointname1=name1;sharepointname2=name2. Use the character "|" for "or" conditions if null For example: ClientStatus=clientParty.statusCode;ClientPartyType=clientParty.partyType
Matter Code Json file property to match the sharepoint matter code field, for example: caseNumber.
Matter Name Json file property to match the sharepoint matter name field, for example: name.
Matter Field Mapping Optional field that maps json file matter properties to sharepoint fields with syntax: sharepointname1=name1;sharepointname2=name2. Use the character "|" for "or" conditions if null For example: Confidential=isConfidential;ResponsibleEmployee=responsibleEmployee.name;ResponsibleEmployeeEmail=responsibleEmployee.workEmailAddress;SupervisedByEmployee=supervisedByEmployee.name;SupervisedByEmployeeEmail=supervisedByEmployee.workEmailAddress