diff --git a/xrm/xrm.d.ts b/xrm/xrm.d.ts index 986ce7e78a..1d8aa521ff 100644 --- a/xrm/xrm.d.ts +++ b/xrm/xrm.d.ts @@ -483,8 +483,10 @@ declare namespace Xrm { /** * Called when the operation is successful. + * Currently, only the Xrm.Utility.openQuickCreate successCallback + * is passed a parameter so an optional parameter for it is included */ - export type SuccessCallbackDelegate = ( object: any ) => void; + export type SuccessCallbackDelegate = ( savedEntityReference?: Page.LookupValue ) => void; /** * Called when the operation fails.