Commit Graph

31 Commits

Author SHA1 Message Date
Derek C. Finlinson
67ba8bbf82 Update openQuickCreate success test 2016-11-15 20:16:36 -07:00
Derek Finlinson
2681fb04c1 Correct SuccessCallbackDelegate parameter 2016-11-15 20:12:37 -07:00
Derek C. Finlinson
a90abe4d4f Fix ErrorCallbackDelegate signature 2016-11-15 13:49:12 -07:00
Derek C. Finlinson
25a8cc0210 Merge remote-tracking branch 'DefinitelyTyped/master' 2016-11-15 13:37:43 -07:00
Derek C. Finlinson
8d44b7df0e Update SuccessCallbackDelegate definition 2016-11-15 13:37:36 -07:00
Daryl LaBar
bc016df426 Fixed merge Conflict 2016-09-22 10:55:11 -04:00
Derek Finlinson
9f940ae3a8 Switch to an optional Page.Lookup value param since only Xrm.Utility.openQuickCreate expects a param 2016-09-20 14:31:04 -06:00
Derek Finlinson
8402e27ece Add optional parameter to SuccessCallbackDelegate so openQuickCreate test will pass 2016-09-20 14:22:27 -06:00
Derek Finlinson
9e2ab40ea9 Comment out openQuickCreate test. Not sure why it fails 2016-09-20 14:04:58 -06:00
Derek Finlinson
ee1b918eb9 Add null for optional parameters 2016-09-20 13:56:20 -06:00
Derek Finlinson
ddea97cf9d Change type of newRecord to Page.LookupValue 2016-09-20 13:54:04 -06:00
Derek Finlinson
23a7b85f36 Fix test for openQuickCreate to pass Travis build 2016-09-20 13:49:52 -06:00
Daryl LaBar
406a8d2a5a Added the new 8.0 AutoComplete Features. Since this in in 8.0 only and beyond, created 7.1 versions of Xrm.d.ts and tests.ts based on previous version. 2016-09-16 09:58:31 -04:00
Derek Finlinson
4e6cafda2c Fix openQuickCreate signature
Fixed openQuickCreate signature which had a callback as the first
parameter when it should just return a XrmPromise.
2016-09-15 11:49:51 -06:00
Daryl LaBar
5953dd4f6c Verified that addPreSearch returns a ContextSensitiveHandler, and since the handler is added against a control, the getEventSource can return a Control as well.. 2016-08-17 14:08:01 -04:00
Daryl LaBar
7b465f8121 Added String as valid types for set methods.
Removed new Modules for string literal types.  Moved String literal types to their parent namespaces.
2016-06-21 09:06:20 -04:00
Daryl LaBar
1c5ce5244f Added Name to list of Authors via Dave Barry's request: https://twitter.com/crmentropy/status/744399133671206912 2016-06-20 11:17:21 -04:00
Daryl LaBar
6b972c3e58 Changed OptionSetValue.Value to be a Number. This is the way CRM is returning it when Turbo Forms are used which is the default now.
Added Missing ProcessManager functions getSelectedStage, addOnStageSelected, removeOnStageChange

Add UiFocusable Interface to Control

Changed Form Notification to Use String Literal Type
Changed setRequiredLevel to Use String Literal Type
Changed setSubmitMode to Use String Literal Type
Changed setDisplayState to Use String Literal Type
Changed getClient to Use String Literal Type
Changed getClientState to Use String Literal Type
Changed getCurrentTheme to Use String Literal Type
Changed setFormNotification to Use String Literal Type
Changed getStatus to Use String Literal Type
Changed savedMode to Use String Literal Type
Changed CmdBar to Use String Literal Type
Changed NavBar  to Use String Literal Type
Changed Action to Use String Literal Type
2016-06-17 09:47:41 -04:00
vvakame
7de6c3dd94 Merge branch 'master' into rename-repo-url 2016-03-17 21:06:54 +09:00
vvakame
14fe4313f4 replace internal module to namespace 2016-03-17 02:18:10 +09:00
vvakame
56295f5058 replace https://github.com/borisyankov/DefinitelyTyped to https://github.com/DefinitelyTyped/DefinitelyTyped 2016-03-17 00:55:26 +09:00
Markus Mauch
d60e6cb19b Merged XrmInterface with XrmStatic into one global Xrm namespace
Factored out all enums into XrmEnum so that the Xrm module becomes a non-instantiated module.
2016-03-08 13:28:10 +01:00
Markus Mauch
a40550cf08 Make header compliant with the test script 2016-03-05 17:34:42 +01:00
Markus Mauch
6ec585e2d6 Make tests work again 2016-03-05 17:23:35 +01:00
Markus Mauch
ef767d98ee Refactor the xrm.d.ts type definition file so that the Xrm object is accessible from any window obejct (window, parent, top, etc.)
This requires to extract the exported functions and vars into a new interface (XrmStatic).
2016-03-05 17:12:54 +01:00
Aya Morisawa
1209610bb3 Remove trailing whitespaces 2016-01-27 19:35:39 +09:00
David Berry
0aa7dc2a0f Updated version-branch tests.
After refactor to eliminate the clientglobalcontext.d.ts file, the tests
needed an update to their reference headers.
2015-08-16 12:54:12 -06:00
David Berry
a7c664b54b Removed invalid test reference
After last refactor, test references needed adjustment to remove
clientglobalcontext.d.ts.
2015-08-16 12:51:31 -06:00
David Berry
0bc724912c Combined xrm and clientglobalcontext definitions
Pushed the clientglobalcontext.d.ts definitions into the main xrm.d.ts
(and associated version branches), to eliminate the need for manually
adjusting it to select the correct version, via its <reference> header.
This was simply a bad design choice on my part.  Care should be taken,
though, to avoid using the "GetGlobalContext" method without having
first added ClientGlobalContext.js.aspx to the script sources of the
page--as always.
2015-08-16 12:45:04 -06:00
David Berry
ed6e9dd55e Documented tests.
Provided a brief description of test purposes.
2015-04-07 11:54:15 -06:00
David Berry
053b2838a1 Added Xrm API for TypeScript
Microsoft Dynamics CRM v6, v7.0, and v7.1 definitions inclusive.
2015-04-07 10:02:25 -06:00