Questions tagged [xrmservicetoolkit]

XrmServiceToolkit is a JavaScript library which can be used for JavaScript Development under the platform for Microsoft Dynamics CRM 2011/2013/2015 environments

  • Common: General Methods used for various purpose.
  • Rest: Organization
  • Data Service functions including CRUD, Associate, Disassociate, etc
  • Soap: Organization Service functions including CRUD, Fetch,
    Associate, Disassociate, etc
  • Extension: jQuery extension to utilize WebResource to extend CRM 2011 / CRM 2013 / CRM 2015 including dependent OptionSet, field tooltip, add custom filter view to lookup field. (Some Methods 'Unsupported'. Some of these methods have either been replaced with supported methods or deprecated in CRM 2013 version)
20 questions
0
votes
1 answer

MS CRM HTML webResources loading screen

I am working on editable grid for MS CRM 2016. I made HTML web resource that retrieves records from CRM system and displays them in table that is dynamically created in the generateTable() function. This can take a bit long, and I would like to…
ddelic
  • 89
  • 13
0
votes
1 answer

Dynamics CRM 2016: Do not retrieving account id using XRM Service Tool kit

In following code snippet I am trying to get child accounts if parent account id matched. It is populating the account name as expected such as ABC Title Company or Test Tile Co. but it populates account id as undefined. I XRM Service Toolkit for…
AQ Dev
  • 43
  • 3
  • 14
0
votes
1 answer

CRM RibbonWorkbech - 3rd Party Librarys

I have a JS function that is running on a custom button that is visible on a View not a form. The function requires XrmServiceToolkit to complete it's purpose, therefore on the ribbon workbench on my custom button I added a action to call the…
Sjharrison
  • 729
  • 3
  • 16
  • 39
0
votes
1 answer

XrmSvcToolkit issue fetch only max of 5000 records

Hey can anyone help me out, I am using fetch xml to retrieve data , but the result show only 5000 , but I have got 17000 records . How can I retrieve all the records var fetchXml = '
0
votes
2 answers

CrmRestKit vs XrmServiceToolkit

I am looking into different libraries available to assist with javascript development with CRM 2013 (and CRM 2011). We currently use CrmRestKit, but I am looking into the option of moving over to use the XrmServiceToolkit to make use of some of the…
Andrew
  • 9,967
  • 10
  • 64
  • 103
1
2