Quantcast
Channel: Microsoft Dynamics CRM Forum - Recent Threads
Viewing all articles
Browse latest Browse all 46379

How to Update Entity using usd framwork via GlobalManager

$
0
0

I have getting no error using this code but also not update entity


string data = "logicalname=account" + Environment.NewLine + "telephone1="+txtPhone.Text+
Environment.NewLine+ "emailaddress1="+txtemail.Text+Environment.NewLine+ "id=" + Guid.Parse("d6a3d458-8cef-e611-80db-3863bb349b40").ToString();

RequestActionEventArgs request = new RequestActionEventArgs("CRM Global Manager", "UpdateEntity", data);

FireRequestAction(request);


Viewing all articles
Browse latest Browse all 46379

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>