Does the ImportResults.Log get created when using IMPORT FROM XML?
I am having trouble accessing it.
My process Rules:
IMPORT Company FROM XML CompanyCreate.XML WITH VALIDATION
CompanyCreate.ImportLog=ImportResults.Log
This does not work and the log shows
-Unable to determine data values for attribute ImportResults.Log due to the following exception com.bas.basserver.executionengine.ExecutionException Internal error. Business object ImportResults not found in business space version
However farther down in my process I have:
If ImportResults.ErrorsDetected='Yes' Then
REPORT ERROR 'Import failed, check log'
This rule appears to work with the following in the log:
Evaluating rule 'CheckForError' If ImportResults.ErrorsDetected='Yes' Then REPORT ERROR 'Import failed, check log'
Evaluating condition ImportResults.ErrorsDetected='Yes'
Condition evaluated to false: No=Yes