From 9f940ae3a8c4ccfb2a66d6ad8bbab67a0809a2df Mon Sep 17 00:00:00 2001 From: Derek Finlinson Date: Tue, 20 Sep 2016 14:31:04 -0600 Subject: [PATCH] Switch to an optional Page.Lookup value param since only Xrm.Utility.openQuickCreate expects a param --- xrm/xrm.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xrm/xrm.d.ts b/xrm/xrm.d.ts index ffdd2e1ae1..986ce7e78a 100644 --- a/xrm/xrm.d.ts +++ b/xrm/xrm.d.ts @@ -484,7 +484,7 @@ declare namespace Xrm /** * Called when the operation is successful. */ - export type SuccessCallbackDelegate = ( object?: any ) => void; + export type SuccessCallbackDelegate = ( object: any ) => void; /** * Called when the operation fails.