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.
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
Post a Comment