No announcements
Found 365230 threads
-
1 Votes
Can I Update Multiple records Using EntityCollection in single call
Thank you David I got solution for this. as you mentioned in your response, I have used ExecuteMultiple.Answered | 2 Replies | 2456 Views | Created by Prashanth Kamasamudram - Thursday, January 16, 2014 1:37 PM | Last reply by Prashanth Kamasamudram - Friday, January 17, 2014 8:47 AM -
2 Votes
CRM 2011 - Add Multiple Records
Sorry for bumping this thread 6 months after the fact but i'm pretty sure you can create multiple with a single soap call: Account ...Answered | 5 Replies | 5959 Views | Created by CRM Thirsty - Thursday, September 15, 2011 4:23 AM | Last reply by Malachy O Connor - Thursday, April 26, 2012 5:33 PM -
0 Votes
How can I update multiple records using crm webservice's Update/Excute methods
You would basically iterate through your items and perform separate update calls for them both.Answered | 4 Replies | 6766 Views | Created by Datta Rajesh - Sunday, March 13, 2011 5:08 PM | Last reply by Jamie Miley - Wednesday, May 2, 2012 1:32 PM -
0 Votes
Update Multiple Records through a Workflow
Two ways you can do it.Answered | 2 Replies | 7620 Views | Created by bjmorch - Friday, July 23, 2010 5:26 PM | Last reply by Leon Tribe - Friday, July 23, 2010 5:49 PM -
2 Votes
Help with binding an EntityCollection to a Silverlight control
By following this method, will I then be able to simply update my tasks in CRM by doing a foreach through my ItemsSource and doing a BeginUpdate on each record?Answered | 4 Replies | 6489 Views | Created by svilotti - Monday, June 6, 2011 10:11 PM | Last reply by svilotti - Wednesday, June 8, 2011 10:08 PM -
1 Votes
Adding call records to multiple leads
This can be beneficial to other community members reading the thread.Answered | 3 Replies | 4690 Views | Created by Mark_aap3 - Monday, July 16, 2012 2:44 PM | Last reply by Ed Price - MSFT - Saturday, July 21, 2012 4:40 AM -
0 Votes
Get primary fields from EntityCollection
Thank you I solved it with something like: EntityCollection entityCollection = ...Answered | 3 Replies | 1834 Views | Created by Lo02 - Tuesday, May 28, 2013 11:40 AM | Last reply by Lo02 - Wednesday, May 29, 2013 11:22 AM -
4 Votes
Retrieve Column Values from EntityCollections
hello saroj i queryexpression if columns does not contains any values in the database it does return the column in entitycollection for null values you cannot ...Answered | 6 Replies | 3094 Views | Created by Saroj kumar Das - Thursday, December 20, 2012 11:05 AM | Last reply by Saroj kumar Das - Friday, December 21, 2012 9:21 AM -
0 Votes
Multiple records
If you require to use the web services then you need to call import methods (not exactly simple), see more details an samples ...Answered | 4 Replies | 4280 Views | Created by husein bhimani - Tuesday, June 14, 2011 10:50 AM | Last reply by Gonzalo Ruiz R - Tuesday, June 14, 2011 1:29 PM -
2 Votes
Using SDK.REST to update a record
Thanks for your help, i think i was starting to lose my mind over it!Answered | 2 Replies | 3139 Views | Created by Jimminybob - Friday, April 27, 2012 1:33 PM | Last reply by Jimminybob - Friday, April 27, 2012 2:11 PM -
1 Votes
Convert EntityCollection to DataTable
Hello Varun, In the case you use CRM 4.0 it is quite easy to do it.Answered | 2 Replies | 8840 Views | Created by varun_kumar - Sunday, February 19, 2012 10:37 AM | Last reply by Andrii Butenko - Monday, February 20, 2012 1:20 AM -
0 Votes
How can I search for records using datetime?
At this state I had not problem displaying records of any given date using the datetimepicker.Answered | 1 Replies | 10281 Views | Created by Brandville - Tuesday, January 27, 2009 2:58 AM | Last reply by Shrikant Maske - Monday, April 6, 2009 8:03 AM -
4 Votes
Add multiple contacts in one request?
I will go with that or use multi-threading.Answered | 4 Replies | 3068 Views | Created by Joel Leach - Tuesday, July 3, 2012 11:04 PM | Last reply by Joel Leach - Thursday, July 5, 2012 2:37 PM -
3 Votes
Call Webservice to update records from Stored Proceedure
You would use the CRM web service to get the information you need and update it through the use of retrieve, retrievemultiple, update, etc and so ...Answered | 8 Replies | 7349 Views | Created by David Withers - Monday, February 28, 2011 8:32 PM | Last reply by pogo69 - Tuesday, March 1, 2011 9:56 PM -
1 Votes
Run report for multiple records.
By using Pre-Filtering you can get the current record or opened record id.Answered | 5 Replies | 3262 Views | Created by Prasad Parameswaran - Monday, November 26, 2012 9:21 AM | Last reply by Chandan kumar Choudhary - Tuesday, November 27, 2012 11:28 AM -
0 Votes
how to add multiple EntityCollections to a Single EntityCollection in MS CRM 2011 Plugin
But I changed the partlist in a plugin record in Pre-Transaction. but commit of my change into crm doesn't work.Answered | 11 Replies | 11924 Views | Created by CRM5Developer80 - Thursday, October 20, 2011 1:54 PM | Last reply by CRM5Developer80 - Thursday, October 27, 2011 6:37 PM -
0 Votes
How to Handle single opportunity for multiple line of business?
Add a plugin (or use a 3rd party tool such as this one) that sums the value of your won opportunity product lines and updates a new field on your opportunity.Answered | 1 Replies | 2547 Views | Created by Testing CRM 365 - Friday, December 7, 2012 2:24 PM | Last reply by Rob Boyers - Saturday, December 8, 2012 11:10 AM -
0 Votes
Is it possible to register a plug-in with multiple entities in a single step?
By using this you can add many steps in the sourcecode and in my view it is easy to maintain while development. use the deploymentcode the deploy/register.Answered | 5 Replies | 9102 Views | Created by Timothy Hays - Thursday, May 7, 2009 7:34 PM | Last reply by Prashanth Kamasamudram - Friday, September 6, 2013 10:46 AM -
0 Votes
Using a workflow to update a secondary record
Assuming the custom entity is child to the opportunity, you can set a workflow, triggered off the creation of the custom record which waits until the $$ field on the child ...Answered | 2 Replies | 4001 Views | Created by Sleahy - Friday, July 29, 2011 9:30 PM | Last reply by Leon Tribe - Monday, August 1, 2011 4:23 AM -
0 Votes
Update existing records using workflow
In that case you can use a free Record per Page wizard fromAnswered | 6 Replies | 6314 Views | Created by Testing CRM 365 - Thursday, December 2, 2010 7:28 PM | Last reply by Testing CRM 365 - Friday, December 3, 2010 4:07 PM - Items 1 to 20 of 365230 Next ›
No announcements