Get Import Session Entities With Issues
- 20 Jan 2023
- 1 Minute to read
- Print
- DarkLight
Get Import Session Entities With Issues
- Updated on 20 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 Session Entities With Issues step returns a list of Import Session entities with issues.
Properties
Inputs
Property | Description | Data Type |
---|---|---|
Import Session Id | The Id of the desired Import Session | String |
Outputs
Property | Description | Data Type |
---|---|---|
Output | Outputs the list of entity data for entities found for the specified import session with issues | List of ImportSessionEntity |
Example Inputs and Outputs
Input | Output |
---|---|
08dafaf7-b717-48ef-1f24-2216a00c0abf | [] |
Null | EXCEPTION MESSAGE |
Empty | EXCEPTION MESSAGE |
Common Errors
Import Session Id must be provided
If the Import Session Id is null or empty, the step will cause an error.
To correct this, enter or map a value into the Import Session Id field.
Exception Message:
Exception Stack Trace: DecisionsFramework.BusinessRuleException: [BusinessRule] Import Session Id must be provided
at DecisionsFramework.ServiceLayer.Services.ImportExport.ImportExportSteps.GetImportSessionEntitiesWithIssues(String importSessionId)
Was this article helpful?