If you find any flow that is not already covered as part of this Accelerator, you can extend the project to add the specific flows you require.
Adding an inbound flow
The steps below use an inbound 860 flow as an example.
- Create a package in the com.cleo._customer_.edi project and name it com.cleo._customer_.edi.n860.
- In the package above, create an 860 EDI schema (using the required version).
- Create a package
com.cleo._customer_.booster.d365scm.salesOrderChangeRequest
in the projectcom.cleo._customer_.booster.d365scm.
- Create a Business Process to call the required D365SCM BPS.
- From the Cleo repository, check out
com.cleo.cic.cockpit.core.n860
and add it to the dependencies in com.cleo._customer_.d365scm._tp_ project. - Create a package in the
com.cleo._customer_.edid365scm
project. Name itcom.cleo._customer_.edid365scm.inbound.n860
. - Create an Inbound Route BP. Configure it as required.
- Create a package
com.cleo._customer_.d365scm._tp_.inbound.n860.v4010
in thecom.cleo._customer_.d365scm._tp_
project. - Create an Inbound Route and configure it accordingly.
- Create the transformation Ruleset per your requirements.
- Deploy all Projects that have changed.
- In D365 SCM, create a new import project, add the relevant entity, and edit the mapping details as required.
- In the reference table D365_SCM_DataManagement, add a new row for the given doctype.
- Run and test the integration.
Adding Outbound flow
The steps below use an inbound 846 flow as an example.
- Create a package in the
com.cleo._customer_.edi
project, and name itcom.cleo._customer_.edi.n846
. - Create an 846 EDI schema (with the required version).
- Create a package named
com.cleo._customer_.edi.booster.d365scm.inventory
in thecom.cleo._customer_.edi.booster.d365scm
project. - Create the necessary resources: Process Schedulers, BP Launcher, DARS, and inventory XML schema.
- From the repository, check out
com.cleo.cic.cockpit.core.n846
and add it to the dependencies in thecom.cleo._customer_.d365scm._tp_
project. - Create a new package in the
com.cleo._customer_.edid365scm
project and name itcom.cleo._customer_.edid365scm.outbound.n846.
- Create an Outbound Route BP and configure it as required. See the Outbound810RouteBPS that is in the
com.cleo._customer_.edid365scm.outbound.n810
package for a good example. - Create a package named
com.cleo._customer_.d365scm._tp_.outbound.n846.v4010
in thecom.cleo._customer_.d365scm._tp_
project. - Create an Outbound Route and configure it accordingly.
- Create a transformation Ruleset as required.
- Create and configure the Enveloper.
- Deploy all projects that have changed.
- Run and test the integration.
Please contact Cleo Support if you need any details on the above project structures and directions.
Comments
0 comments
Please sign in to leave a comment.