Check status of async job when importing instead of parsing XML
magesoe opened this issue · 1 comments
magesoe commented
The importHelper'
in SolutionHelper
currently parses the XML for information about the status of the import job. According to seanmcne/Microsoft.Xrm.Data.PowerShell#114 it might be possible to use the status of the async job instead.
Change the implementation such that it uses that instead.
magesoe commented
Was already solved in retrieveAsyncJobState