171k views
3 votes
Identify two ways to modify the overall integration behavior of BigMachines and Salesforce.

A. Write a custom BML Util library function in BigMachines.
B. Use the integration XSLs within the Commerce process to modify integration behavior at the object and field levels.
C. Write a Salesforce API to change integration behavior in BigMachines.
D. Use the Site Setup object and BigMachines Commerce Package settings in Salesforce to meet varying customer requirements.

User GnarlyDog
by
8.2k points

1 Answer

4 votes

Final answer:

To modify BigMachines and Salesforce integration, you can write custom BML Util library functions in BigMachines or use integration XSLs within the Commerce process for data mapping and transformation. These methods allow for tailored behavior at the data transfer level between the two systems.

Step-by-step explanation:

To modify the overall integration behavior of BigMachines and Salesforce, there are a couple of approaches that can be implemented to meet the specific needs of different business processes. Let's explore two significant ways to achieve this integration customization.

One way to modify integration behavior is to write a custom BML Util library function in BigMachines. Business Markup Language (BML) is a scripting language used in BigMachines that allows for complex pricing calculations, data manipulation, and integration logic. By writing custom functions, you can tailor the way BigMachines interacts with Salesforce, such as customizing the data that is sent over or how responses are handled.

Another method is to use the integration XSLs within the Commerce process to manipulate integration behavior at the object and field levels. XSL (Extensible Stylesheet Language) transformations can be used to map the data being transferred between BigMachines and Salesforce, allowing you the flexibility to transform and customize data structures as needed for optimal integration performance.

Options such as writing a Salesforce API or using the Site Setup object and BigMachines Commerce Package settings in Salesforce are also viable but require a solid understanding of both systems to implement effectively.

User Phill Greggan
by
7.4k points