No announcements
Found 201335 threads
-
2 Votes
jScript: use oData to fetch related records
I thought that oData required jQuery for it to work?Answered | 9 Replies | 4154 Views | Created by pmdci - Tuesday, April 24, 2012 4:23 PM | Last reply by pmdci - Wednesday, April 25, 2012 12:32 PM -
1 Votes
oData: how do I retrieve the GUID of a record returned by a query?
How can I get the GUID for the parent account?Answered | 11 Replies | 10253 Views | Created by pmdci - Monday, April 30, 2012 2:01 PM | Last reply by Akhileshrajpoot - Friday, April 12, 2013 4:50 AM -
2 Votes
Retrieving more then 50 records using Odata query?
I tried that out and I still only get 50 records....Answered | 10 Replies | 10593 Views | Created by rroman90 - Friday, May 11, 2012 1:58 PM | Last reply by rroman90 - Tuesday, May 15, 2012 6:00 PM -
3 Votes
Jscript query record for lookup
I managed to get so far, but I am getting error: Account number is null or undefined.Answered | 5 Replies | 5433 Views | Created by Nicetobe - Thursday, September 29, 2011 11:10 AM | Last reply by Nicetobe - Tuesday, October 11, 2011 2:18 PM -
2 Votes
Set state using JScript/oData for custom entity
Amreek, I was able to get this to work.Answered | 3 Replies | 8670 Views | Created by DadKind - Thursday, March 8, 2012 10:10 PM | Last reply by Amreek Singh - Saturday, March 10, 2012 1:24 AM -
1 Votes
JScript retrieval of User Name
Try this: var retrieveRecordsReq = new XMLHttpRequest(); var ODataPath = Xrm.Page.context.getServerUrl() + ...Answered | 2 Replies | 2612 Views | Created by MeProgrammer - Thursday, June 14, 2012 2:16 PM | Last reply by MeProgrammer - Thursday, June 14, 2012 2:42 PM -
1 Votes
How to retrieve record from 2 entities using Odata Java script
Please Guide.Answered | 17 Replies | 8091 Views | Created by Saroj kumar Das - Tuesday, November 20, 2012 2:39 PM | Last reply by Jim Daly [MSFT] - Wednesday, November 21, 2012 7:36 PM -
2 Votes
Retrieve entitiy logical name using the record guid
This will loop over all the entities in the entity metadata, retrieves the entity logical name using OrganizationServiceProxy.Retrieve(<each entities logical name>,guid, ...Answered | 4 Replies | 1422 Views | Created by Rekha JK - Friday, February 3, 2017 7:37 AM | Last reply by Sree Bindu - Saturday, February 4, 2017 5:12 AM -
0 Votes
OData Query for Retrieving Role Names for given SystemUserId
I was looking for code in JScript, I finally managed to write following code which works well.Answered | 2 Replies | 7894 Views | Created by Makarand Keer - Friday, April 22, 2011 12:03 AM | Last reply by Makarand Keer - Sunday, May 15, 2011 6:11 PM -
0 Votes
Retrive guid of related manay to many records
you can always Query the intermediate table to get the required values.Answered | 2 Replies | 1418 Views | Created by anwar_addi - Wednesday, January 21, 2015 9:16 AM | Last reply by Hari Narayanan Kumar - Wednesday, January 21, 2015 9:36 AM -
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 | 6161 Views | Created by _Hopeful - Tuesday, June 7, 2011 12:21 PM | Last reply by G Westerlund - Tuesday, June 7, 2011 12:31 PM -
6 Votes
JSON + oData Record creation error "Access Denied"
Again i have a problem.. my JScript stops working..Answered | 19 Replies | 8189 Views | Created by ViN.k.S - Tuesday, August 28, 2012 8:37 AM | Last reply by ViN.k.S - Sunday, September 23, 2012 4:19 AM -
2 Votes
Odata query to return record count
I created an Odata call to retrieve this data, but if there are many records it returns them all.Answered | 1 Replies | 5477 Views | Created by Richard D. James - Tuesday, September 4, 2012 5:45 PM | Last reply by Scott Durow (MVP) - Tuesday, September 4, 2012 6:02 PM -
2 Votes
Count number of child records using jscript
Here is the full answer to this by the way including the jscript.Answered | 14 Replies | 11854 Views | Created by Mostafa Moatassem - Wednesday, May 25, 2011 1:05 PM | Last reply by Jamie Miley - Thursday, June 2, 2011 1:26 PM -
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 ...Answered | 2 Replies | 2480 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 N:N using OData
Try the OData Query Designer tool.Answered | 1 Replies | 1041 Views | Created by NaomiOro - Thursday, October 24, 2013 4:04 PM | Last reply by Mamatha Swamy - Thursday, October 24, 2013 4:23 PM -
2 Votes
Getting the GUID of a Record Retrieved By Jscript/OData
http://social.microsoft.com/Forums/en-US/eecdc6d9-b666-4787-b44e-c04e139ee14b/crm-2011-jscript-and-rest-getting-the-display-value-of-a-lookup-from-odata- ...Unanswered | 10 Replies | 5674 Views | Created by KKHAN1991 - Tuesday, August 6, 2013 1:40 PM | Last reply by Kalim Khan - Wednesday, August 7, 2013 1:11 PM -
0 Votes
R4: How to use RetrieveMultiple to retrieve only active records using Jscript?
Hi Prafulla, it seems you create the JScript on your own without an generator.Answered | 3 Replies | 8510 Views | Created by Prafulla Rawal - Thursday, April 16, 2009 11:37 AM | Last reply by Morten Dybdahl - Thursday, April 16, 2009 12:16 PM -
0 Votes
CRM 2011: JScript and REST, getting the display value of a lookup from oData (Json)
You can retrieve the 'Subject' in your initial OData query and then pass it across into your SetLookupValue method.Answered | 5 Replies | 9592 Views | Created by MVanDyke - Monday, December 5, 2011 3:47 PM | Last reply by MVanDyke - Friday, December 9, 2011 1:08 AM -
1 Votes
Getting selected records GUID's in CRM 2011
Hi Naveen, You can get the parameter values form the HTML window using the JScript, try using the following JScript ...Answered | 9 Replies | 13569 Views | Created by jimenezalbert0 - Tuesday, September 13, 2011 7:10 PM | Last reply by Jehanzeb.Javeed - Monday, October 29, 2012 11:50 AM - Items 1 to 20 of 201335 Next ›
No announcements