when i am trying to to retrive account details iam using bellow code var queryExpression = new QueryExpression("account"); queryExpression.Criteria = new FilterExpression(LogicalOperator.And); queryExpression.Criteria.AddCondition("primarycontactid",
ConditionOperator.Equal, new object[] { contactGuid }); var request = new RetrieveMultipleRequest { Query = queututryExpression }; OrganizationResponse response = _service.Execute(request); but i cannot get account details how to find out primarycontactid
nad guid id i created login form using username password field contact id i want to who are login contact entity i want to get that user accounts and casses could please help me when i am trying so much i got all account all user account details how to create
logdon user primarycontadctid and guid