Tuesday, 30 August 2016

AlternativeKeys2015

AlternativeKeys in Mscrm Example Demo
=============================================

Entity Accounts = new Entity("new_event");
     
        Accounts.KeyAttributes = new KeyAttributeCollection
        {
            {"new_valueb", "RAVI" }
        };
        Accounts.Attributes["new_name"] = "DemoValues";
        service.Update(Accounts);

No comments:

Post a Comment