dynamics crm 2011 - Access Microsoft CRM Imports using SDK -


how can access information imports (which can access via workplace => imports, see picture), using sdk? partucularly i'm interested in list of errors associated each import entry. hint @ classes should look/check great.

microsoft crm 2011 imports

the main entity importfile, can check structure here:

msdn - importfile entity metadata

you can check fields totalcount successcount failurecount partialfailurecount

the errors inside entity importlog, can check structure here:

msdn - importlog entity metadata

you can check fields importfileid (the lookup contains relationship importfile) linenumber errornumber


Comments

Popular posts from this blog

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

html - How to style widget with post count different than without post count -

url rewriting - How to redirect a http POST with urlrewritefilter -