dynamics crm 2011 - how an utility application connects with all three deployment types of CRM -


i working utility application has user authentication(i.e. takes username password users input). worked crm online. requirement utility should able connect 3 deployment types of crm (i.e. onpremise, online, ifd).i not sure how it. using crmservice.cs , deviceidmanager.cs connection crm.

from other online resources found in connection string if add authentication type="integrated"/"ad"/"spla"/"passport" , should work.

so if write connection string

connectionstring="authentication type="integrated";data source= line500\sage;initial catalog=cs3live; integrated security=false; user id=xxxxxxxx;password=xxxxxxxx"

is gonna work? fyi, have crm online trial account verify code.so need on this.

thanks.

a crm online environment can use windows live id or office 365 authentication, deviceid , devicepassword necessary when connecting windows live id credentials. need know authentication type in use in crm.

to able connect different environments suggest use simplified connection, can find more information here:

https://stackoverflow.com/a/15930366/2191473

and here:

sample: simplified connection quick start using microsoft dynamics crm


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -