Step Details | |
Introduced in Version | 4.0.0 |
Last Modified in Version | 5.0.0 |
Location | System > Advanced > Import - Export |
The Add File Data To Current Import Session allows a user to add file data to an import session.
Properties
Inputs
Property | Description | Data Type |
---|---|---|
File Data | File to be added with session | FileReference |
Import Session Id | Import session Id | String |
Common Errors
Import Session Id must be provided
If the input value for the session Id is not properly configured, an error will occur.
To correct this, ensure that the field is set correctly.
Exception Message:
Exception Stack Trace: DecisionsFramework.BusinessRuleException: [BusinessRule] Import Session Id must be provided at
DecisionsFramework.ServiceLayer.Services.ImportExport.ImportExportSteps.AddFileDataToCurrentImportSession(String importSessionId, FileData fileData)