A car dealership is integrating Salesforce with their customer relationship management (CRM) system. They want to include car model information in the integration. How should this data be classified?
Your organization has an integration requirement to load large volumes of data into Salesforce from a legacy system on a nightly basis. The process must be efficient and not disrupt normal operations during the business day. What would be the appropriate Salesforce API to use in this scenario?
A company needs to integrate Salesforce with a legacy system. The legacy system uses an old database and has performance limitations. The integration should not impact the performance of the legacy system. Also, the security team mandates the use of OAuth 2.0 for secure access. Which integration approach would you suggest?
A conglomerate is designing a Lightning Web Component (LWC) to display transactions aggregated from different sources. Their current system landscape is as follows:
1. Transactions are created at any time through their various on-premise and cloud-based systems.
2. All necessary transactions are replicated to a custom Transaction object in Salesforce. It is updated periodically so it only has a subset of the necessary transactions between updates.
3. Middleware supports publish-subscribe interactions and provides RESTful Enterprise APIs that can retrieve transactions from on-premise and cloud-based systems.
The company wants to address a usability concern regarding incomplete data displayed on the LWC component. What should the Integration Architect specify so the LWC will be able to display all the required transactions?