Sample Configuration

[log]
logging=true

[general]
serviceUrl=https://mycompany.crm4.dynamics.com/
authServiceUrl=https://login.microsoftonline.com/c482031d-cdd5-4099-b111-7c97de3f1ad0/
clientId=2e752181-99a3-461e-8767-8ae5effad331
redirectUrl=http://localhost/SkypeTestRedirect

[dynamics]
uid=[USERNAME]
pwd=[PASSWORD]
queries=Account|Contact|Customer

[Account]
customData=Bedrijf|AccountId
Bedrijf=name
AccountId=accountid
request=api/data/v8.2/accounts?$select=name&$filter=contains(telephone1, '{0}')

[Contact]
customData=Naam|ContactId|CustomerId
Naam=fullname
ContactId=contactid
CustomerId=_parentcustomerid_value
request=api/data/v8.2/contacts?$select=fullname,contactid,_parentcustomerid_value&$filter=contains(mobilephone, '{0}') or contains(telephone1, '{0}')

[Customer]
customData=Bedrijf
Bedrijf=name
request=api/data/v8.2/accounts([cdf:CustomerId])?$select=name