Wednesday, 3 September 2008
Convert lead to contact, account and/or opportunity programmatically
Posted on 07:18 by Unknown
Update: The codeproject missed a line of code. After you have executed the InitializeFromRequest, then you'll get a InitializeFromResponse. This response has got a entity in it. This entity you will need to create. The entity does not yet get created by executing the InitializeFromRequest! The line to add is:Guid entityId = service.Create(rps.Entity);Today I needed some code which does convert a
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment