Add Extra Entities
- 30 Jan 2023
- 1 Minute to read
- Print
- DarkLight
Add Extra Entities
- Updated on 30 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 Add Extra Entities step allows users to add additional entities to the import session.
Properties
Inputs
Property | Description | Data Type |
---|---|---|
Entities | Allows a user to configure a list of entities to add to the Import Session | List of ImportSessionEntity |
Import Session Id | The Id of the import session being used | String |
Common Errors
Import Session Id must be provided
If the Import Session Id is null or empty, an error will occur.
To correct this, make sure the Id is entered or mapped correctly.
Exception Message:
Exception Stack Trace: DecisionsFramework.BusinessRuleException: [BusinessRule] Import Session Id must be provided
at DecisionsFramework.ServiceLayer.Services.ImportExport.ImportExportSteps.AddExtraEntities(String importSessionId, ImportSessionEntity[] entities)
Was this article helpful?