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
Post a Comment