...
You can create a Post Process Template either
Anchor | ||||
---|---|---|---|---|
|
...
For using a Process Flow in a Post Process Template, ensure that you have:
- Created a Process Flow in the Developer's Studio Adeptia Connect using File Source activity and set the value of the eventContextEnabled property to true in the Process Designer.
- Written the JavaScript in a
- Process Flow (required for using a Process Flow in a Template) and
- Custom plugin (required if the Process Flow is further calling a Transaction).
- Published Process Flow in Adeptia Connect.
To create a Template:
- Go to Configure > Templates > Create Template. The following are the high-level steps that you need to select while creating a Template. For detailed instructions, click here.
- Select File & Message from the Select Template Type drop-down list.
- Select Inbound in the Select direction drop-down list.
- Select the application from the list while defining the Source application, for example, FTP.
- Define the source data format for a Template.
- Select the event to be triggered.
- Select the source layout and format of a Template.
- Select Post Process app while defining the Destination application.
- Select Process Flow from the Select Post Process Type drop-down list.
- Select the process flow from the Select Process Flow drop-down list. Only published process flow will be populated in the drop-down list.
- Click Add Parameters to add parameters. Define the keys and their values. The specified values will be put in the context of the child flow.
- Define the target data format and layout.
- Define the mapping between the fields.
- Click Save and Exit to save the Template.
...
- First, create a Template using Pre Process application as a Source application. The following are the high-level steps that you need to select while creating a Template. For detailed instructions, click here.
- Click Configure > Templates > Create Template.
- Select File & Message from the Select Template Type drop-down list.
- Select Inbound in the Select direction drop-down list.
- Select Pre Process app while defining the Source application.
- Select the source data format for a Template.
- Select the source layout and format of a Template.
- Select the Destination application, for example, FTP.
- Define the action to be taken at the destination.
- Define the Destination application account and configuration details.
- Define the target layout and format of a Template.
- Click Save and Exit to save the Template.
- After creating a Template, create a Transaction using this Template.
- Now, create a Template using Post Process application as a Destination application. The following are the high-level steps that you need to select while creating a Template. For detailed instructions, click here.
- Click Configure > Templates > Create Template.
- Select either File or App from the Template Type drop-down list.
- Select Inbound in the Select direction drop-down list.
- Select the Source application, for example, QuickBooks.
- Define the source data format for a Template.
- Select the event to be triggered.
- Select Post Process app while defining the Destination application.
- Select Transaction from the Select Process Type drop-down list.
- Select the Pre Process Transaction from the Select Transaction drop-down list. Only Pre Process Transactions will appear in the drop-down list.
- Click Add Parameters to add parameters. Define the keys and their values. The specified values will be put in the context of the child flow.
- Define the target data format and layout.
- Define the mapping between the fields.
- Click Save and exit to save the Template.