Skip Import Entities With Same Issue
- 26 Jan 2023
- 1 Minute to read
- Print
- DarkLight
Skip Import Entities With Same Issue
- Updated on 26 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 Skip Import Entity With Same Issue step reads an Import Session Id and the Entity Id of the entity to exclude during the import if it contains the issue specified by the Missing Entity Id input. It then outputs the list of imported entities which will not include the specified entity if it experiences the issue.
Properties
Inputs
Property | Description | Data Type |
---|---|---|
Entity Id | Entity Id of the desired entity | String |
Import Session Id | Import Session Id | String |
Missing Entity Id | Entity Id to compare | String |
Common Errors
Import Entity Id/Session Id must be provided
If an import Id value is not mapped or configured correctly, an error will occur.
To correct this, ensure that the Id is entered or mapped correctly.
Exception Message:
Exception Stack Trace: DecisionsFramework.BusinessRuleException: [BusinessRule] Import Entity Id must be provided
at DecisionsFramework.ServiceLayer.Services.ImportExport.ImportExportSteps.SkipImportEntitiesWithSameIssue(String importSessionId, String entityId, String missingEntityId)
Was this article helpful?