Switch to an optional Page.Lookup value param since only Xrm.Utility.openQuickCreate expects a param

This commit is contained in:
Derek Finlinson
2016-09-20 14:31:04 -06:00
parent 8402e27ece
commit 9f940ae3a8

2
xrm/xrm.d.ts vendored
View File

@@ -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.