ICRMCustomerSearch.CreateSessionForCustomer(DynamicsCustomerRecord) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a session for the customer.
public:
Microsoft::Uii::Csr::Session ^ CreateSessionForCustomer(Microsoft::Crm::UnifiedServiceDesk::Dynamics::DynamicsCustomerRecord ^ custRec);
public Microsoft.Uii.Csr.Session CreateSessionForCustomer (Microsoft.Crm.UnifiedServiceDesk.Dynamics.DynamicsCustomerRecord custRec);
abstract member CreateSessionForCustomer : Microsoft.Crm.UnifiedServiceDesk.Dynamics.DynamicsCustomerRecord -> Microsoft.Uii.Csr.Session
Public Function CreateSessionForCustomer (custRec As DynamicsCustomerRecord) As Session
Parameters
- custRec
- DynamicsCustomerRecord
Specifies the customer record.