The following setup needs to be applied in order to establish the bi-directional communication between OneDealer DSW and Incadea DMS systems through ODIL.

All the following setup keys can be found through the setup page from the 9-dot menu by typing and select the "Setup" and then a gridlist opens which contains all the available setup keys of the system.  

Example url: ~/SetupEntities/List/Administration/Setup


Then the user can enter in the search field the preferred setup key in order to find and edit it.

In order to enable the connection between DSW and ODIL, a “Token” session must be created.  This is applied through the Setup Key: EnableTRIntegrationLayer and the entity value of this key must be set to "True".



After the initial setup key, the following ones must be configured depending on the values that OD development team will provide for each installation:

  • Enable ODIL Neuro API

Setup Key: EnableNeuroOdil  with Entity Value: True


  • Define OAuth ClientID and ClientSecret

Setup Key: NeuroOdilAuthClientId with Entity Value: d787d2dc-9a1b-4cf9-a459-cfd20f25b835 (example value)

Setup Key: NeuroOdilAuthClientSecret with Entity Value: _~zp0o2M~.Pg1X1VzD-8YVsRak34LoN-b0 (example value)


  • Define base urls for the exposed endpoints (& Session retrieval)

Setup KeyNeuroOdilBaseUrl with Entity Valuehttps://func-neuro-odil-dev.azurewebsites.net (example value)


  • Define to ThinkRit the Source and Target APIs that needs to integrate (the values are provided by ThinkRit per tenant)

Source Tenant API

Setup keyOdilSourceEndpointTag with Entity Value: end-onedealer-incadea-company-a (example value)

Target Tenant(s) API

Setup keyOdilTargetEndpointTags with Entity Valueend-incadea-company-a (example value)


The following "web config file" must be configured in the server enviroment from OD development team

  • App Web Configuration (Web.config)

A new key that represents the tenant Id of OneDealer in ThinkRit's system (Neuro Odil) must be added. Its a static key used for all clients so it has been added in Web.configfile.

ODTenantId =  "33a4f97e-8223-4acf-a7f6-4baf5afa51bb“ 











Write a comment…