No announcements
Found 235712 threads
-
0 Votes
Retrieve AccountID from account entity
That's one way of retrieving the account and is a good method to use.Answered | 5 Replies | 2556 Views | Created by Anthonie de Klerk - Monday, November 28, 2011 3:28 PM | Last reply by Anthonie de Klerk - Monday, November 28, 2011 4:10 PM -
0 Votes
Retrieve accountid using JavaScript
Hi all, I would like to get the value of "accountid" attribute which is not visible on account form in MS CRM 2011 using javascript.Answered | 2 Replies | 3922 Views | Created by Pavan Kumar Lanka - Thursday, February 23, 2012 6:23 AM | Last reply by Pavan Kumar Lanka - Thursday, February 23, 2012 6:58 AM -
2 Votes
Retrieve Fields from Related Entities to populate Fields on a form in CRM 2011
Retrieves the Telephone and Owner field values from the Account record based on the Account ...Answered | 2 Replies | 4934 Views | Created by gMary - Tuesday, August 23, 2011 1:36 PM | Last reply by HIMBAP - Tuesday, August 23, 2011 3:18 PM -
0 Votes
javascript to get values from a lookup field
Try the following: function RetrieveAccountInfo() { var account = Xrm.Page.getAttribute("accountid").getValue(); var accountid = ...Answered | 5 Replies | 5891 Views | Created by 1789 - Saturday, February 16, 2013 12:50 PM | Last reply by Aric Levin - Monday, February 18, 2013 9:06 AM -
0 Votes
Retrieve name from GUID
= null) { // The text value of the lookup.Answered | 3 Replies | 6243 Views | Created by MJFS - Friday, August 14, 2009 5:16 AM | Last reply by 杭州-天天 - Friday, August 14, 2009 6:35 AM -
4 Votes
Retrieve Custom Attribute(field) display name from CRM Plugin 4.0
When I use this code I am getting the field values from the current tab.Answered | 14 Replies | 12416 Views | Created by anate - Friday, April 8, 2011 6:22 PM | Last reply by anate - Monday, April 11, 2011 2:27 PM -
0 Votes
Retrieving values from query in plugins
Hi andriy/ halldor, There are data for that particular accountid in the system, I have checked it.Answered | 6 Replies | 5417 Views | Created by Vinay J - Wednesday, October 14, 2009 1:44 PM | Last reply by Vinay J - Thursday, October 15, 2009 5:38 AM -
1 Votes
Get field values from a related custom entity?
Hopefully this helps a bit: SDK.REST.retrieveRecord( AccountId, //This is the GUID of the record you are getting data from "Account", ...Answered | 2 Replies | 2395 Views | Created by M. Jaxon - Friday, August 16, 2013 11:51 PM | Last reply by M. Jaxon - Saturday, August 17, 2013 2:16 AM -
0 Votes
retrieve values from a lookup field in ms crm 4.0
Only then are you able to find the corresponding name from that perticular record.Answered | 10 Replies | 19295 Views | Created by Raji kambar - Monday, March 30, 2009 10:36 AM | Last reply by MichaelMCross - Tuesday, July 13, 2010 6:08 PM -
0 Votes
Retrieve ntext field
Also be aware that the property will only be included in the DynamicEntity if a value exists for the record.Answered | 3 Replies | 6972 Views | Created by BERKAYA Hedi - Tuesday, March 17, 2009 9:49 AM | Last reply by DMCRM - Fronk - Tuesday, May 5, 2009 3:24 PM -
1 Votes
Retrieve Organization Unique Name from MSCRM database
Below is how I retrieve the Organization name dynamically without hard coding the Friendly name, In case some one need it.Answered | 2 Replies | 2298 Views | Created by Maryam_r - Tuesday, October 1, 2013 11:18 PM | Last reply by Maryam_r - Wednesday, October 2, 2013 3:02 PM -
0 Votes
Java script for retrieving lookup field values
I want to retrieve the last appointment date and the next appointment date from all the appointments available..Answered | 16 Replies | 6623 Views | Created by Mathan2631 - Friday, June 25, 2010 9:02 AM | Last reply by Mathan2631 - Tuesday, June 29, 2010 6:28 AM -
0 Votes
retrieve field value from the related entity in crm 2011
Hi, make sure that field new_information (should be the field name) exist on the form, if the still error exists then ...Answered | 4 Replies | 4830 Views | Created by gMary - Thursday, August 25, 2011 12:00 PM | Last reply by Arpine_Bever - Friday, September 2, 2011 11:04 AM -
1 Votes
Retrieve attributes values from entity calling plugin
When the user updating a record, you can register a pre-image with the update plugin registration process, and you don't need to call retieve and you can get attribute value ...Answered | 7 Replies | 22105 Views | Created by ms_crm - Wednesday, November 23, 2011 10:13 AM | Last reply by ms_crm - Tuesday, November 29, 2011 9:46 AM -
0 Votes
Retrieve accountid from name field value
Hello, Here is code you can use (but you will have to convert it from C# to VB: var query = new QueryByAttribute("account") ...Unanswered | 1 Replies | 632 Views | Created by Pete Newman - Tuesday, November 22, 2016 2:07 PM | Last reply by Andrii Butenko - Tuesday, November 22, 2016 2:23 PM -
1 Votes
CRM 2011: Get name value of a lookup field
My understanding is that it should be the text value of the lookup field, if yes so why is it null if the value of the lookup is not null ??Answered | 23 Replies | 13977 Views | Created by Mostafa Moatassem - Wednesday, June 20, 2012 2:25 PM | Last reply by Martin Lazar - Friday, July 20, 2012 7:41 AM -
0 Votes
Retrieve the Lookup.getValue()[0].name value and put it in a text field
I am only wanting the name of the entity selected in the Lookup field called new_WebServer.Answered | 5 Replies | 5334 Views | Created by JamesA-CHI - Thursday, August 23, 2012 4:28 AM | Last reply by JLattimer - Monday, August 27, 2012 3:17 AM -
0 Votes
How can I change the AccountId of an opportunity in MS CRM
you need to use array object to upload this customer field...assuming you are doing this java script following is example code you need to do for this..Answered | 2 Replies | 5312 Views | Created by Hassan Danish - Wednesday, April 28, 2010 1:23 PM | Last reply by Tanguy T [MVP CRM] - Wednesday, April 28, 2010 3:12 PM -
3 Votes
How to retrieve optionset value from other entity using CRMRestKit?
Value; ...will give the index of the selected item, how do I retrieve the text of the selected item?Answered | 11 Replies | 7819 Views | Created by Kubas_86 - Monday, May 21, 2012 1:57 PM | Last reply by lrose73 - Wednesday, August 14, 2013 4:14 PM -
2 Votes
How to retreive the Accountid GUID using a custom attribute as a lookup value
have you downloaded the WSDL file from the CRM server?.Answered | 17 Replies | 7350 Views | Created by tburk - Wednesday, August 18, 2010 5:06 AM | Last reply by tburk - Thursday, August 19, 2010 3:29 PM - Items 1 to 20 of 235712 Next ›
No announcements