diff --git a/xrm/xrm-tests.ts b/xrm/xrm-tests.ts index aa458712af..0d029c07fe 100644 --- a/xrm/xrm-tests.ts +++ b/xrm/xrm-tests.ts @@ -72,7 +72,7 @@ if (Xrm.Page.data.process != null) /// Demonstrate v7.1 Quick Create form -Xrm.Utility.openQuickCreate("account").then(( newRecord: Page.LookupValue ) => { alert( `Newly created record Id: ${newRecord.id}` ); }); +Xrm.Utility.openQuickCreate("account", null, null).then(( newRecord: Xrm.Page.LookupValue ) => { alert( `Newly created record Id: ${newRecord.id}` ); }); /// Make all controls visible.