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

How I Fetch Record From CRM

$
0
0

var CrmServices = dbcon.GetService();
Entity VPNEntity = new Entity("lead");
ColumnSet sa = new ColumnSet();


VPNEntity["firstname"] = name.Text;
VPNEntity["emailaddress1"] = email.Text;
VPNEntity["mobilephone"] = mobile.Text;

// Response.Write(OUT);

var crm = CrmServices.Create(VPNEntity);

After Creating Record in CRM

I want to PULL one SIngle Record which is already increment

Entity vpn = CrmServices.Retrieve("lead", ?(and what i write this and what come in GUID), ?(what i write this)Column Set) );


Viewing all articles
Browse latest Browse all 55831

Trending Articles



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