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

Get Import Session Entities

Prev Next

Step Details

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

The Get Import Session Entities step returns a list of the entities for the specified import session. The Import Session Id can be obtained from a Start Import Session step.

Properties

Inputs

PropertyDescriptionData Type
Import Session IdThe Id of the desired Import SessionString

Outputs

PropertyDescriptionData Type
OutputOutputs the list of entity data for entities found for the specified import sessionList of ImportSessionEntity

Example Inputs and Outputs

Import Session IdOutput
1c09f5f0-63b5-4cb2-acdf-bf476318f6ed
[]
NullEXCEPTION MESSAGE
EmptyEXCEPTION 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 for the Import Session Id.

Exception Message:

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