Before you can use Accelerators and Boosters, some initial setup must be done from the CIC Studio.
- Create the required connector Projects in your workspace. Use naming conventions shown here.
Note: this must be done prior to running the wizard setup steps.
Connector Type Project Name Amazon Market Place (AMP) com.cleo.cic.connector.amp Shopify com.cleo.cic.connector.shopify NetSuite com.cleo.cic.connector.netsuite - Download (Checkout) the template.wizard Project from the Plan.io repository (https://cleo.plan.io/svn/template-wizard) into your workbench. Once checked out, the Project should appear in your CIC Studio’s Project Explorer.
- Expand the resources package and open the wizard-input.properties file, shown here. Several properties must be defined and are described below. Properties will be different for Application and Network (X12) Accelerator types, as well as for Boosters.
##This wizard can be used to download Accelerator or Booster Projects
##Valid values for product_type field is booster or accelerator
product_type=
##Name of the customer. Its a mandatory field
customer_name=
##Accelerator Input Parameters
##***********************************************
##External_entity_type
##Valid values for external_entity_type are app/x12. e.g. external_entity_type=app
##If external_entity_type is 'app', backend_entity and/or external_entity fields are mandatory parameters.
##If external_entity_type is 'x12', back_entity, inbound and/or outbound doctypes and trading partner fields are mandatory parameters.
external_entity_type=
##Customer backend System
backend_entity=netsuite
## External System like amp or shopify. It should always be in lower case
external_entity=amp
##Uncomment below fields for X12-NetSuite Accelerator
## comma separated list of X12 doc Types and EDI Versions
##For Order2Cash flow support X12 doc types are 810,850,855,856
inbound.doctypes=
outbound.doctypes=
##Trading partner-EDI Version. e.g. TP1-4010, TP2-4010.
trading_partner-edi_version=
##***********************************************************
##Booster Input parameters
##*********************
#e.g. amp
booster_entity=
##*******************************
Booster/Cloud Application properties
- product_type= (enter either accelerator or booster)
- external_entity_type (Indicates the type of Accelerator being used. Choices are app or X12.)
- customer_name
- backend_entity (Indicates the backend system being used in the Accelerator.)
- external_entity = (Indicates the external system being used in the Accelerator. For example, in the NetSuite to Amazon Seller Central Accelerator, amazon would be the external system.)
- booster_entity= (enter the type of booster. Example: amp)
X12 Properties (in addition to the above)
- inbound.doctypes = (enter supported EDI doc types. For example: 850, 810, etc.)
- outbound.doctypes = (enter supported EDI doc types.)
- Trading partner -EDI Version (Used when creating TP Project. Currently supports 4010. You can add multiple Trading Partners using comma-delimited entries. For example TP1, TP2, TP3, etc.)
4. After adding these properties, save and close the file.
5. Open the src Package and run WizardSetupLauncher.java (Right-click and select Run As Java App). This automatically checks out required Accelerator-related Projects.
Notes: This process may fail during the first attempt. In case this happens, simply re-run the java program. This does not affect any Projects that already have been successfully downloaded. If the failure persists, contact Cleo Support.
You can check the status of the downloaded Projects in the logs folder using log or report files. The report.html files provide helpful information on the Projects. A partial example is shown here.
You can also open the most recent time-stamped log file to see the download status for all Projects.
Note: If you're not seeing content in the folder, refresh the Project.
6. Finally, the Accelerator Projects must be individually imported from your Workspace into CIC Studio in order for them to display in the Project Explorer. To do so, select File>Open Project in File System from the Studio menu.
This must be done for each Project. When complete, all Projects should display in your Project Explorer.
Next Step: Go to the relevant Overview articles per your specific Accelerator Type.
EDI X12 Order-to-Cash <> NetSuite
NetSuite <> Amazon Seller Central (FBM)
Comments
0 comments
Please sign in to leave a comment.