Set Parent Folder Id
- 05 Jan 2023
- 1 Minute to read
- Print
- DarkLight
Set Parent Folder Id
- Updated on 05 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 Set Parent Folder Id step takes in an Import Session Id and Parent Folder Id. This step can be used where an imported nested folder requires a parent folder to perform work.
Properties
Inputs
Property | Description | Data Type |
---|---|---|
Import Session Id | The Import Session Id | String |
Parent Folder Id | The desired Parent Folder Id to use | String |
Common Errors
Import Session Id/Parent Folder Id must be provided
If either input value is empty or null, an error will occur.
To correct this, ensure that each input is either entered or mapped correctly.
Exception Message:
Exception Stack Trace: DecisionsFramework.BusinessRuleException: [BusinessRule] Import Session Id must be provided
at DecisionsFramework.ServiceLayer.Services.ImportExport.ImportExportSteps.SetParentFolderId(String importSessionId, String parentFolderId)
Was this article helpful?