Have Questions?  Need Expert Answers?  JOIN LUNCH N' LEARNS!

Get Import Validation Issues

Prev Next

Step Details

Introduced in Version4.0.0
Last Modified in Version5.12.0
LocationSystem > Advanced > Import - Export

The Get Import Validation Issues step reads the Import Session Id input for any validation errors and then outputs them as a list. 



Properties

Inputs

PropertyDescriptionData Type
Import Session IdImport Session IdString
Refresh UnresolvedRefreshes issues that are unresolvedBoolean

Outputs

PropertyDescriptionData Type
OutputImport Validation IssuesList of ImportValidationIssue

Example Inputs and Outputs

InputRefresh UnresolvedOutput
NullTrueEXCEPTION MESSAGE
EmptyFalseEXCEPTION MESSAGE
StartImportSession1_OutputFalse[]


Common Errors

Import Session Id must be provided

If the Import Session Id field is not mapped correctly, an error will occur.

To correct this, ensure that the value is mapped correctly.

Exception Message:

Exception Stack Trace: DecisionsFramework.BusinessRuleException: [BusinessRule] Import Session Id must be provided 
at DecisionsFramework.ServiceLayer.Services.ImportExport.ImportExportSteps.GetImportValidationIssues(String importSessionId, Boolean refreshUnresolved)