No announcements
Found 296522 threads
-
3 Votes
How to get GUID for entity
I forgot to mention that I am creating the entity in c#, using Early Bound Entity Classes, which affects the issue a bit...Answered | 6 Replies | 2647 Views | Created by Laurence Earp - Tuesday, March 12, 2013 12:50 PM | Last reply by Yogesh Mulay - MCTS - Thursday, March 14, 2013 10:21 AM -
0 Votes
Is there a way to get a records GUID via a SOAP query?
In the post create plugin you will get the Guid of the record that is being created(saved) and u can update any other record with this Guid id.Answered | 2 Replies | 5068 Views | Created by Dan Landberg - Friday, January 29, 2010 6:00 PM | Last reply by mardukes - Friday, January 29, 2010 7:36 PM -
0 Votes
CRM 4.0: GET / RETRIEVE Related entity record's GUID in workflow
Not without creating custom activities as Workflows don't support showing the guids.Answered | 1 Replies | 6160 Views | Created by _Hopeful - Tuesday, June 7, 2011 12:21 PM | Last reply by G Westerlund - Tuesday, June 7, 2011 12:31 PM -
0 Votes
Forwarded from external website to the entity (list of records)
The site shows only a view of the entity.Answered | 3 Replies | 3976 Views | Created by sebastian.mayer.67 - Monday, July 11, 2011 10:00 AM | Last reply by Rich Dickinson MSFT - Friday, July 22, 2011 6:32 PM -
0 Votes
Is it possible to edit the contact entity and for these changes to also be made to related entities that pull data from the contact entity?
Out of the box the best you can do is have the workflow start when the child record is created and wait for the parent record to change.Answered | 4 Replies | 4377 Views | Created by M.G.T. _ - Tuesday, July 6, 2010 4:29 AM | Last reply by M.G.T. _ - Wednesday, July 7, 2010 1:10 AM -
0 Votes
Multiple records merging on Entity "Contact"
b) Merge all records (more than 2) duplicate records.Answered | 1 Replies | 5376 Views | Created by _Hopeful - Thursday, November 11, 2010 10:54 AM | Last reply by VinothBalasubramanian - Thursday, November 11, 2010 11:54 AM -
0 Votes
how to create a record in contact entity for a particular account record in dot net.
CrmAuthenticationToken token = new CrmAuthenticationToken(); // You can use enums.cs from the SDK\Helpers folder to get the enumeration for Active ...Answered | 1 Replies | 7237 Views | Created by PramodPandey - Tuesday, December 29, 2009 5:42 AM | Last reply by Muhammad Ali Khan - Tuesday, December 29, 2009 5:59 AM -
0 Votes
xaml workflow - how to get a record from a entity?
1) retrieve the Entity Entity contact = new Entity("contact"); contact = ...Answered | 6 Replies | 2822 Views | Created by blucas2006 - Thursday, October 18, 2012 3:31 AM | Last reply by blucas2006 - Thursday, October 18, 2012 8:36 PM -
0 Votes
Get Entity Attribute when Entity is a Lookup Field on the Lead Entity
Guid contactGuid = new Guid("4D507FFE-ED25-447B-80DE-00AE3EB18B84"); ' Retrieve the contact.Answered | 5 Replies | 5179 Views | Created by EddiRaeM - Tuesday, September 21, 2010 7:12 PM | Last reply by VinothBalasubramanian - Wednesday, September 22, 2010 5:55 AM -
1 Votes
CRM 2011 Get all Audit records for Contact entity (all Contact records)
I want to get the contacts that have been modified recently.Answered | 2 Replies | 4417 Views | Created by Linh Giang - Friday, July 6, 2012 4:51 AM | Last reply by Linh Giang - Friday, July 6, 2012 8:54 AM -
0 Votes
Importing entities with GUIDS and lookup fields
Kaine, One more question...when you mention "contact IDs", is that the same as the unique identifier (GUID)?Answered | 4 Replies | 6630 Views | Created by Lisa L.B. _ - Thursday, March 19, 2009 3:25 PM | Last reply by Lisa L.B. _ - Thursday, March 26, 2009 2:10 PM -
0 Votes
getting guids of the selected records in the grid
The above code gathers all the selected guids and places these guids in the var data.Answered | 12 Replies | 7861 Views | Created by Divya Sekaran - Tuesday, December 29, 2009 5:01 AM | Last reply by Joey VDB - Tuesday, December 29, 2009 11:35 AM -
0 Votes
CRM 2011 Create record and get its GUID
The best advice I can give is get comfortable with the Plugin Profiler that way you can step through the code.Answered | 2 Replies | 2618 Views | Created by FrkM - Tuesday, March 24, 2015 6:59 PM | Last reply by Vijji MSL - Wednesday, March 25, 2015 7:45 AM -
0 Votes
Adding button in contact entity to share contacts
you can do it OOB only, select multiple contact and share it with selected user ???Answered | 5 Replies | 4381 Views | Created by Mathan2631 - Thursday, July 15, 2010 6:39 AM | Last reply by HIMBAP - Thursday, July 15, 2010 7:14 AM -
2 Votes
Updating Custom Entity record getting failed - Urgent
This error occurs if you changed your entity name from the default.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
how to get guid id of account record from asp.net page
Hi Aamir, Please make sure to close your threads when you got your answer, it helps other Our Website | Our Blog | Follow US | My ...Answered | 3 Replies | 1055 Views | Created by Aamir Hijazi - Tuesday, April 22, 2014 12:48 PM | Last reply by HIMBAP - Thursday, April 24, 2014 1:00 AM -
0 Votes
how to get the created record guid from json in mscrm 2011
Contact MeAnswered | 2 Replies | 2833 Views | Created by anwar_addi - Friday, November 16, 2012 8:27 AM | Last reply by HIMBAP - Friday, November 16, 2012 9:02 AM -
0 Votes
get GUID
when i tried to add new record manually i get this error : "crmForm.all.CustomID" is null or not an object" any idea ???Answered | 14 Replies | 7638 Views | Created by Dany85 - Wednesday, April 29, 2009 11:35 AM | Last reply by Andrii Butenko - Wednesday, April 29, 2009 2:17 PM -
0 Votes
Retrieve selected Marketing List GUID & the name of the marketing list and get all the records in that Marketing List
Thank you vas_kumar, you can implement this through JS.you can write js function on form load to get marketing list guid and pass this guid ...Answered | 4 Replies | 5052 Views | Created by vas_kumar - Wednesday, June 16, 2010 10:19 AM | Last reply by vas_kumar - Wednesday, June 16, 2010 5:41 PM -
0 Votes
Selected Records GUID
Hi Vishwaz U can get the GUID of the selected items in more easy way.Answered | 4 Replies | 6759 Views | Created by Vishwaz - Monday, December 8, 2008 7:22 AM | Last reply by DavidJennaway - Friday, May 15, 2009 5:26 PM - Items 1 to 20 of 296522 Next ›
No announcements