Configuring Process Flow Variables
Perform the following steps to generate log files for inbound/outbound processing and to enable the reset transaction set control number for EDI outbound flow:
Steps to configure the Process Flow Variables:
- On the Adeptia Suite homepage, click the Administer tab.
- Click the link Application Settings. The Application Settings screen is displayed.
Click Update System Properties. The Update System Properties screen is displayed (see Figure 50).
Figure 50: Update System Properties
- Expand Solution Properties and then expand the EDI Solution Parameters.
Further expand the EDI Configuration For Process Flows.
By default, the value of these properties are displayed as blank. In this case, the values defined in the EDI process flows are considered. However, if you define any value in the UI, the preference is given to that particular value.
- Configure the following properties to define process flow variables:
Generate log files for inbound/outbound processing:
abpm.solution.edi.EDIInboundProcessor.generateLogFile
Â
Description | This should be set to true if you want to generate the log file for inbound processing. |
Possible Values | True/False |
abpm.solution.edi.EDIInboundProcessor.logFilePathÂ
Description | You can use this property to define the Path where you want to generate the log file. |
Possible Values | Any absolute path where you want to generate the log file. |
 abpm.solution.edi.EDIInboundProcessor.logPathPrefixÂ
Description | You can use this property to define the path prefix of the target file displayed in the log file. |
Possible Values | Any string value. |
abpm.solution.edi.EDIOutboundProcessor.generateLogFileÂ
Description | This should be set to true if you want to generate the log file for outbound processing. |
Possible Values | True/False |
abpm.solution.edi.EDIOutboundProcessor.logFilePathÂ
Description | You can use this property to define the Path where you want to generate the log file. |
Possible Values | Any absolute path where you want to generate the log file. |
 abpm.solution.edi.EDIOutboundProcessor.logPathPrefixÂ
Description | You can use this property to define the path prefix of the target file displayed in the log file. |
Possible Values | Any string value. |
abpm.solution.edi.EDISubBatchProcessor.generateLogFileÂ
Description | This should be set to true if you want that the path of FA should be written in the inbound log file. |
Possible Values | True/False |
abpm.solution.edi.EDISubBatchProcessor.logFilePathÂ
Description | Path where you want to generate the log file. |
Possible Values | Any absolute path. |
abpm.solution.edi.EDISubBatchProcessor.logPathPrefixÂ
Description | This is the path prefix of the target file displayed in the log file. |
Possible Values | Any string value. |
Enable the reset transaction set control number for EDI outbound flow:
abpm.solution.edi.EDISubBatchProcessor.resetTransactionControlNumber
Description | This should be set to true if you want to reset the transaction set control number in outbound processing. |
Possible Values | True/False |
abpm.solution.edi.EDIBatchProcessor.resetTransactionControlNumber
Description | This should be set to true if you want to reset the transaction set control number in outbound processing while batch mode is selected as Yes. |
Possible Values | True/False |
Â