We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3229450 commit 2bcf07bCopy full SHA for 2bcf07b
FetchXmlBuilder/FXBQueries.cs
@@ -371,7 +371,7 @@ internal void HandleRetrieveMultipleResult(object result)
371
this,
372
$"result-{settings.ExecuteOptions.ResultOutput}",
373
$"FetchXML Builder executed.",
374
- $"Retrieved {queryinfo.Results.Entities.Count} records\nin {queryinfo.Elapsed.TotalSeconds:N2} seconds.\n\nClick to see result!",
+ $"Retrieved {queryinfo.Results.Entities.Count} records\nin {queryinfo.Elapsed.ToSmartString()}.\n\nClick to see result!",
375
logo: "https://rappen.github.io/Tools/Images/FXB150.png");
376
}
377
switch (settings.ExecuteOptions.ResultOutput)
0 commit comments