# Sisjuri

This pugin will periodically query the Sisjuri application api web service for new and updated assuntos (matters).

Copy the dll files from the Plugins\Sisjuri directory to the site provisioning directory.
Restart the service to activate the plugin.

# Configuration

Start the configurator and browse to CustomSettings to configure the Sisjuri plugin.

Specify the Url, the UserName and Passowrd.

The following optional properties can be set:

Client Code Json file property to match the sharepoint client code field, for example: CasoClienteCodigo. If not defined then it will be used the CasoClienteCodigo property

Client Name Json file property to match the sharepoint client name field, for example: CasoClientePessoaNome. If not defined the it will be used the CasoClientePessoaNome property

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: MatterType=TipoAcaoDescricao;PracticeArea=AreaJuridicaNome;PracticeGroup=SubAreaJuridicaNome

ClientCodeLeadingChars Set the leading chars in the Client Code. Example set 0:4, ClientCode = 1, with this property configured it will be 0001. With X:4 it wil be XXX1.

Matter Code Json file property to match the sharepoint matter code field, for example: CasoCodigo. If not defined then it will be used the CasoCodigo property

Matter Name Json file property to match the sharepoint matter name field, for example: CasoAssunto. If not defined the it will be used the CasoAssunto property

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: MatterType=TipoAcaoDescricao;PracticeArea=AreaJuridicaNome;PracticeGroup=SubAreaJuridicaNome

MatterCodeLeadingChars Set the leading chars in the Matter Code. Example set 0:4, MatterCode = 1, with this property configured it will be 0001. With X:4 it wil be XXX1.

MatterCodeFormat Set the format for a different matter code. Example: {ClientCode}-{MatterCode}.

MatterFilter Specify one or more filters in the format <field>=<value>; If a filter is specified only items that match the filter are exported. One or more fields can be used to specify a filter. By default the filter is executed as "AND". Start the filter with "OR " to specify an OR filter. It's not yet possible to group filters or use a combination of and/or. You can use the | (pipe character) to specify an OR filter within the same field.
Use ; to specify more filters. If none of the filters have a match on the matter, the matter is skipped. For negation it can be used the ! character before the value to test.

Last Updated: 9/12/2024, 5:16:19 PM