No announcements
Found 204431 threads
-
2 Votes
Updating 1 to Many records
If it's only one record you may even get by with a workflow but I would highly recommend plug-inAnswered | 5 Replies | 4721 Views | Created by BharatP - Thursday, October 13, 2011 1:13 PM | Last reply by Seepath - Sunday, October 16, 2011 3:42 PM -
0 Votes
Plug-In not updating records
I'm trying to get the modifiedby value of the contact that is triggering my plugin so that I can only run the plugin if the modifiedby is a certain user.Answered | 5 Replies | 3170 Views | Created by DSRP - Thursday, October 25, 2012 8:12 PM | Last reply by Pavlos Panagiotidis - Friday, October 26, 2012 4:34 PM -
0 Votes
Update new record values in a database
Hi Thanks for the update.Unanswered | 4 Replies | 1383 Views | Created by Coderv9 - Friday, February 15, 2019 1:45 PM | Last reply by Coderv9 - Thursday, February 21, 2019 4:25 PM -
0 Votes
Grid view to update records in one click of a button
According to your description, you want to update/save the records in GridView at once through a button click, is it right?Answered | 3 Replies | 1285 Views | Created by nkabirwaismail - Saturday, June 18, 2016 12:53 PM | Last reply by Dave Patrick - Friday, July 1, 2016 10:41 PM -
1 Votes
Update picklist via workflow from related record
The value should only be equated when a new record is established.Answered | 24 Replies | 10504 Views | Created by Bernardina - Monday, October 25, 2010 6:41 PM | Last reply by Bernardina - Wednesday, November 10, 2010 6:24 PM -
1 Votes
The impact of Update a field with Same Value through SDK
If you are using the OrganizationService to update the entity, it will trigger the actual update of the field regardless whether the field value is the same or not.Answered | 3 Replies | 2833 Views | Created by kenwcp - Tuesday, May 8, 2012 11:32 PM | Last reply by Dimaz Pramudya (www.xrmbits.com) - Wednesday, May 9, 2012 8:30 PM -
0 Votes
not able to delete record in the database.
im new to c# programming.Answered | 1 Replies | 9343 Views | Created by sam.astro - Wednesday, November 12, 2008 4:20 AM | Last reply by Shrikant Maske - Friday, November 14, 2008 8:52 AM -
3 Votes
Call Webservice to update records from Stored Proceedure
Where the rest goes in a new class?Answered | 8 Replies | 7350 Views | Created by David Withers - Monday, February 28, 2011 8:32 PM | Last reply by pogo69 - Tuesday, March 1, 2011 9:56 PM -
0 Votes
Plugin to update record when another record is created
Dear all, My business need is as follows: 1 - I have 2 Entities: lets call them A & B 2 - Entity A have ...Answered | 1 Replies | 4849 Views | Created by Mostafa Moatassem - Monday, June 6, 2011 10:25 AM | Last reply by Ankit Himmatlal Shah - Monday, June 6, 2011 10:47 AM -
0 Votes
Adding a money field to an entity - Unable to update existing records
Try to update all existing records (using t-sql in SQL Server) with a valid transactioncurrencyid guid value and it should fix the issue for all existing rows.Answered | 7 Replies | 5851 Views | Created by Rajesh Achanta - Tuesday, December 29, 2009 3:06 PM | Last reply by Pranav Shah - Wednesday, January 6, 2010 10:39 PM -
0 Votes
Auto create new record in CRM 3.0
The options that are available are 'Create Activity', 'Update Entity', 'Send Email' and 'Create Note' etc.Answered | 5 Replies | 6451 Views | Created by Mark Braithwaite - Monday, May 25, 2009 7:36 AM | Last reply by Andrii Butenko - Monday, May 25, 2009 8:47 AM -
4 Votes
CRM 2011 - New Record Duplicate Issue with Create Plugin
Plug-ins registered in this stage may execute outside the database transaction.Answered | 6 Replies | 6390 Views | Created by itsgonabeme - Monday, November 21, 2011 11:05 PM | Last reply by itsgonabeme - Tuesday, November 22, 2011 3:46 AM -
2 Votes
Updating Custom Entity record getting failed - Urgent
Best Regards, Donna Thanx Donna I didn't think we were allowed to update via SQL...thought direct database manipulation was a no no?Answered | 17 Replies | 12031 Views | Created by patelparth09 - Monday, April 20, 2009 9:58 AM | Last reply by Valter Herman - Thursday, July 19, 2012 7:23 PM -
0 Votes
Update a record through a workflow in CRM 4.0
Update record is correct, on the update contact screen make sure the dynamic value operator is set to "Increment by".Answered | 4 Replies | 8028 Views | Created by ms_crm - Friday, May 23, 2008 2:33 PM | Last reply by LachlanF - Monday, June 16, 2008 3:35 AM -
0 Votes
create new record in workflow
Then create two workflows as you suggested above, using MSA BD to send the email with hyperlink to the new record.Answered | 9 Replies | 6255 Views | Created by Bernardina - Tuesday, August 31, 2010 1:39 PM | Last reply by Phil Edry - Thursday, September 2, 2010 4:57 PM -
0 Votes
Updating the owner field for a list of record
All of those records need an owner.Answered | 6 Replies | 7197 Views | Created by Mostafa Moatassem - Thursday, September 2, 2010 1:04 PM | Last reply by Mostafa Moatassem - Friday, September 3, 2010 3:35 PM -
0 Votes
A record with these values already exist.
Hi You can use Bulk Edit feature or Reassing Feature of crm to update the records.Answered | 3 Replies | 7887 Views | Created by Mostafa Moatassem - Sunday, September 5, 2010 10:31 AM | Last reply by Amarsen Vangoor - Sunday, September 5, 2010 8:19 PM -
1 Votes
Using javascript to create and update record in crm 2011
var value = "Return"; var entityName = 'contact'; var entityId = Xrm.Page.data.entity.getId(); var fields = [new ...Answered | 4 Replies | 7002 Views | Created by Akiraa_Dynamics - Thursday, December 13, 2012 6:07 PM | Last reply by Priyank Jain (CRM) - Wednesday, July 17, 2013 11:32 AM -
0 Votes
Update negative value PK from Local Database Cache to Positive value PK
Hi - No - this step is not autmated in any way so you are going to have to do this, Clearly you need to assign a new PK on the server that is then downloaded to the client ...Answered | 2 Replies | 12192 Views | Created by PapaStoke - Sunday, October 18, 2009 5:32 PM | Last reply by PapaStoke - Wednesday, October 21, 2009 11:35 PM -
3 Votes
CRM 4.0 On-Premise - Check if record exists update (OR) Add new record after checking
If you will retrieve a record then perform update operation else create operation.Answered | 36 Replies | 9048 Views | Created by CrmTechy - Tuesday, May 3, 2011 12:00 PM | Last reply by CrmTechy - Saturday, May 7, 2011 1:18 PM
No announcements