Get Import Validation Issues
- 05 Jan 2023
- 1 Minute to read
- Print
- DarkLight
Get Import Validation Issues
- Updated on 05 Jan 2023
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Step Details | |
Introduced in Version | 4.0.0 |
Last Modified in Version | 5.12.0 |
Location | System > 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
Property | Description | Data Type |
---|---|---|
Import Session Id | Import Session Id | String |
Refresh Unresolved | Refreshes issues that are unresolved | Boolean |
Outputs
Property | Description | Data Type |
---|---|---|
Output | Import Validation Issues | List of ImportValidationIssue |
Example Inputs and Outputs
Input | Refresh Unresolved | Output |
---|---|---|
Null | True | EXCEPTION MESSAGE |
Empty | False | EXCEPTION MESSAGE |
StartImportSession1_Output | False | [] |
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)
Was this article helpful?