issues
search
scottdurow
/
SparkleXrm
An open-source library for building Dynamics CRM XRM solutions using Script#, jQuery & Knockoutjs.
MIT License
267
stars
197
forks
source link
Fix instrumnetation for Async plugins
#485
Open
arp-mbender
opened
5 months ago
arp-mbender
commented
5 months ago
Fixes issue #484
the steps query was missing the
AsyncAutoDelete
which threw a null-reference exception later down the line
ensure generated code is C# compatible (lowercase
true
for
DeleteAsyncOperation
)
Fixes issue #484
AsyncAutoDelete
which threw a null-reference exception later down the linetrue
forDeleteAsyncOperation
)