You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/XrmDefinitelyTyped/Resources/Extensions/xrm_ext_9.1-.d.ts
+27-1Lines changed: 27 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -692,6 +692,32 @@ declare namespace Xrm {
692
692
setSearchQuery(text: string): void;
693
693
}
694
694
695
+
interfaceSaveEventArgs{
696
+
/**
697
+
* Cancels the save operation if the event handler has a script error, returns a rejected promise for an async event handler or the operation times out.
0 commit comments