You can create additional flows for this Accelerator by creating new extended Projects. For example, if you wish to add an Inventory flow needs, the process would follow these steps.
- Create a Project:
com.cleo._customer_.booster.netsuite.extended. - Add a Booster Project:
com.cleo._customer_.booster.netsuite.
2a: Set this Project as a dependency (from the Manifest.MF file) to thecom.cleo._customer_.booster.netsuite.extendedProject created above. - In the project
com.cleo._customer_.booster.netsuite.extended, create the following package:com.cleo._customer_.booster.netsuite.extended.inventory.
3a: Create your BP Schedulers and Rulesets (This includes Launcher, DARS, Search Request, and Search Response). - Create a Project:
com.cleo._customer_.booster.amp.extended.
4a: Add Booster Projectcom.cleo._customer_.booster.ampas a dependency (from Manifest.MF file) to thecom.cleo._customer_.booster.amp.extendedProject. - In the
com.cleo._customer_.booster.amp.extendedProject, create a new package:com.cleo._customer_.booster.amp.extended.inventory. - Create a new Project:
com.cleo._customer_.ampnetsuite.extended.6a: Add the Booster Projectcom.cleo._customer_.booster.ampnetsuite as a dependency (from Manifest.MF file) ofcom.cleo._customer_.booster.ampnetsuite.extendedProject. - In the
com.cleo._customer_.ampnetsuite.extendedProject, create a new package:com.cleo._customer_.ampnetsuite.extended.inventory.
7a: Create a Route Business Process and configure it as required.
7b: Create the Transformation Ruleset per your business requirements. - Deploy all the Projects that have changed.
- Run and test.
Please contact Cleo Support for assistance on the Project structure.
Comments
0 comments
Please sign in to leave a comment.