peterbjorkmarker

Results 3 comments of peterbjorkmarker

Did some further debugging. Removing my comment above, it is not relevant. It seems that the promise does not resolve until after you click save and close or cancel on...

I ended up forking the code. Here is my version: ` openQuickCreate = async (options: QuickCreateOptions) => { await EnsureXrmGetter(this._page); // Cant be awaited here as the promise is not...

See above, you need to modify the library code in question.