Accelerator Salesforce Orders System API - Implementation Template
Deployment
Each Accelerator implementation template in Exchange includes Bash and Windows scripts for building and deploying the APIs to CloudHub. These scripts depend on repositories, global settings, deployment profiles, and associated properties configured in the Maven settings.xml
file.
Most applications can also be run in Anypoint Studio without having to create custom Run Configuration profiles.
Required property overrides
At a minimum, the following properties must be customized to reflect the target deployment environment.
Property Name | Description |
---|---|
api.autodiscoveryID | Required if using API Manager to secure this API |
keystore.path | Keystore path |
keystore.alias | Keystore alias |
keystore.keyPassword | Keystore keyPassword |
keystore.password | Keystore password |
sfdc.url | Salesforce URL |
sfdc.username | Salesforce User |
sfdc.password | Salesforce Password |
sfdc.defaultPricebook2Id | Salesforce default price book id |
sfdc.orderLineItem0.defaultProduct2Id | Salesforce default product id1 |
sfdc.orderLineItem0.defaultPricebook2Id | Salesforce default price book id1 |
sfdc.orderLineItem0.defaultPricebookEntryId | Salesforce default price book entry id1 |
sfdc.orderLineItem1.defaultProduct2Id | Salesforce default product id2 |
sfdc.orderLineItem1.defaultPricebook2Id | Salesforce default price book id2 |
sfdc.orderLineItem1.defaultPricebookEntryId | Salesforce default price book entry id2 |
sfdc.orderLineItem2.defaultProduct2Id | Salesforce default product id3 |
sfdc.orderLineItem2.defaultPricebook2Id | Salesforce default price book id3 |
sfdc.orderLineItem2.defaultPricebookEntryId | Salesforce default price book entry id3 |
Please refer to the README.md
file in the asset for detailed instructions on how to download and deploy the template.