...
Parameter | Mandatory | Value | Description |
---|---|---|---|
resultVariableNameZipFile | Fieldname in the datamap where the builded zipFile is written to. | ||
resultVariableNameZipName | - | Fieldname in the datamap where the name of the zipFile is written to. | |
zipfileName |
| Example value:
| How the zipFile shall be named. fileExtension like '.zip' is needed. |
coreObjectDescriptorList | coreObjectDescriptor which contains a list of CoreObjects with binaryData | ||
<name of the zipFile-Entry> | (minimum 1) | <name of binaryField to save into zipFIle> Example value:
|
|
Process: Copy Values of LoggedIn User to Process Map
...
Parameter | Mandatory | Value | Description |
---|---|---|---|
searchConfigName | - | Defines the search configuration that should be used to count objects. During process execution the user must have the permission to execute the search configuration. It is possible to use a search configuration that searches over multiple levels. Note: The binary data fields will not be loaded into the process map unless the search configuration has at least one binary data field in the result columns. | |
maxCount | The maximum number of objects that should be found. | ||
resultVariableName | - |
| Specifies the name of a variable of the data map, where the CoreObjectDescriptorList of the found objects is stored. |
copyValuesOfFirstResult | - | Valid values:
| This parameter decides whether the first found object is put completely to the map (true) or if the CoreObjectDescriptorList is put to the map (false). If set to true, resultVariableName will be ignored. maxCount will be ignored too and set to 1. |
fullResultListField | - | <variableName> | Variable in which the full search result will be stored inside the process map. Will be ignored if it is empty. |
TargetPrefix | - | <Prefix> Example: Manager_ | If the found objects fields should be added to the process map with a special prefix. It replaces the <Datapool_>, which is otherwise at this position. With this function, conflicting entries can be avoided. Example: Instead of "Person_Email" the data map will get an additional entry: "Manager_Email". |
sortColumn | - | <ColumnName> Example: FirstName | This parameter is the column name of the dataset, which is taken to order the search result. |
sortOrder | - | Valid values:
| Combo box to select if the search result is ordered ascending or descending. Default is ascending. |
<Datapool_Field> | - | <CONDITION>:<value> Examples:
Valid CONDITIONS:
|
You can also use the conjunctions AND and OR. For example: |
searchUniqueId | - | <value> Example: ${<Datapool>_Id} | It is the Unique ID (<Datapool>_Id) used to store records in the underlying database. The value can be a literal or a JUEL expression. This filter always uses equals to identify the record. In case of a related search, this is used to identify the Source Object. |
resultUniqueId | - | <value> Example: ${<Datapool>_Id} | It is the Unique ID (<Datapool>_Id) used to store records in the underlying database. The value can be a literal or a JUEL expression. This filter always uses equals to identify the record. In case of a related search, this is used to identify the Result Object. |
...
Parameter | Mandatory | Value | Description |
---|---|---|---|
targetFieldName | Name of systemProperty to load | Combination of target field and system property. A system property is defined of <contextid>.<propertyName>. |
Process: Log something in the log file
...