Documentation Index

Fetch the complete documentation index at: https://documentation.decisions.com/llms.txt

Use this file to discover all available pages before exploring further.

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

Get Module Zip File For Entity

Prev Next

Step Details

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

The Get Module Zip File For Entity step generates a Zip file for a Data Structures, given the input as EntityID. The Zip files primarily get stored at C:\Program Files\Decisions\Decisions Server\Instances\Control\Export\Downloads.



Properties

Inputs

PropertyDescriptionData Type
Entity IdThe Id of the desired entityString

Outputs

PropertyDescriptionData Type
OutputZip file for the EntityString

Example Inputs and Outputs

Entity IdOutput
08da6f2e-eafc-755c-1f24-2223a4075e85
C:\Program Files\Decisions\Decisions Server\Instances\Control\Export\Downloads\ProjectA-13012023-035355.zip
EmptyEXCEPTION MESSAGE
NullEXCEPTION MESSAGE


Common Errors

[BusinessRule] could not find entity

If the entity field is empty or null, an error will occur.

To correct this, ensure that the value is entered or mapped correctly.

Exception Message:

Exception Stack Trace: DecisionsFramework.BusinessRuleException: [BusinessRule] could not find entity 
at DecisionsFramework.ServiceLayer.Services.ImportExport.ImportExportSteps.GetModuleZipFileForEntity(String entityid)