JSON Archives - gettectonic.com - Page 3
Understanding Salesforce Integration

Understanding Salesforce Integration

What is Salesforce Integration? Salesforce Integration is the process of connecting two or more systems to streamline workflows and enhance data consistency across platforms. Consider situations where vital information is stored in one system but also needed in another. By integrating these systems, you ensure seamless data flow, improve efficiency, and enable smooth business processes. Why is Integration Important? In today’s digital landscape, businesses must continuously enhance efficiency and customer experience to stay competitive. Operating in isolation is no longer an option. Effective system integration ensures faster, scalable, and more reliable operations. What is an API? An API (Application Programming Interface) enables different applications to communicate with each other. For instance, when you use a mobile app, it connects to the internet, retrieves data from a server, and displays it in a readable format. The right API ensures this process runs smoothly and efficiently. Different types of APIs will be discussed later in the Salesforce Integration Capabilities section. Types of Salesforce Integration Architectures Each integration architecture has advantages and drawbacks. Here are the three main types: 1. Point-to-Point Integration This is a one-to-one integration model where each system has a direct connection to another. For example, a sales application sends order details separately to a billing system, a shipping application, and a tracking system. However, this approach is costly to maintain and lacks scalability, as adding new integrations requires extensive modifications. 2. Hub-and-Spoke Integration With this model, a central hub facilitates communication between systems. Instead of creating multiple direct integrations, each system only connects to the hub. This setup simplifies management and scalability compared to point-to-point integration. 3. Enterprise Service Bus (ESB) Integration An evolution of the hub-and-spoke model, ESB uses an integration engine to connect various applications. ESB provides: Each system connects through an adapter, making it easy to scale integrations as business needs evolve. Salesforce Integration Capabilities Understanding APIs and integration capabilities is crucial. Here are key Salesforce integration tools: 1. REST API Best for web or mobile applications, REST API operates using: It uses JSON or XML and functions synchronously, meaning it waits for a response before proceeding. 2. SOAP API SOAP API is suited for back-end system integrations requiring structured payloads. It uses XML and supports asynchronous communication, meaning it can process requests without waiting for immediate responses. 3. Bulk API Designed for handling large data volumes, Bulk API efficiently processes up to 100 million records within a 24-hour period. It is asynchronous, making it ideal for initial data migrations and batch processing. 4. Streaming API Built on the publish/subscribe model, Streaming API supports near real-time data updates. It includes: This API is essential for event-driven architectures. 5. Outbound Messages This declarative option sends messages to external systems when triggered by workflow rules or approval processes. It is asynchronous but requires acknowledgment from the receiving system. 6. Web Service Callouts Salesforce can initiate outbound requests to external systems for data validation or process execution. These callouts require Apex coding and can be synchronous or asynchronous. 7. Salesforce Connect Salesforce Connect enables real-time data access from external systems without storing the data in Salesforce. This “data virtualization” reduces storage costs and ensures up-to-date information is available when needed. 8. Heroku Connect Heroku Connect synchronizes data between Salesforce and Postgres databases, making it ideal for high-volume applications where not all data needs to reside in Salesforce. Salesforce Integration Patterns Integration patterns define how systems interact. Consider: 1. Remote Call-In External systems retrieve, update, or delete Salesforce data (e.g., an order management system updating Salesforce records). 2. Request and Reply Salesforce calls an external system and waits for a response before proceeding (e.g., address validation services). 3. Fire and Forget Salesforce sends a request but does not wait for a response (e.g., outbound messages and platform events). 4. Batch Data Synchronization Data is periodically synchronized between Salesforce and external systems in bulk (e.g., nightly updates to a data warehouse). 5. UI Update Based on Data Changes Salesforce UI updates dynamically when backend data changes (e.g., real-time case status updates for support agents). 6. Data Virtualization Salesforce displays external data in real time without storing it, reducing storage costs and improving efficiency (e.g., Salesforce Connect). Conclusion Salesforce integration streamlines business processes, enhances efficiency, and improves data consistency. Understanding integration architectures, capabilities, and patterns helps businesses select the right approach for their needs. By leveraging Salesforce’s integration tools, organizations can achieve seamless connectivity across their technology ecosystem. Like Related Posts Salesforce OEM AppExchange Expanding its reach beyond CRM, Salesforce.com has launched a new service called AppExchange OEM Edition, aimed at non-CRM service providers. Read more The Salesforce Story In Marc Benioff’s own words How did salesforce.com grow from a start up in a rented apartment into the world’s Read more Salesforce Jigsaw Salesforce.com, a prominent figure in cloud computing, has finalized a deal to acquire Jigsaw, a wiki-style business contact database, for Read more Service Cloud with AI-Driven Intelligence Salesforce Enhances Service Cloud with AI-Driven Intelligence Engine Data science and analytics are rapidly becoming standard features in enterprise applications, Read more

Read More
Sensitive Information De-identification

Sensitive Information De-identification

Using Google Cloud Data Loss Prevention with Salesforce for Sensitive Data Handling This insight discusses the transition from detecting and classifying sensitive data to preventing data loss using Google Cloud Data Loss Prevention (DLP). Sensitive Information De-identification for Salesforce is used as the data source to demonstrate how personal, health, credential, and financial information can be de-identified in unstructured data in near real-time. Overview of Google Cloud DLP Google Cloud DLP is a fully managed service designed to help discover, classify, and protect sensitive data. It easily transitions from detection to prevention by offering services that mask sensitive information and measure re-identification risk. Objective The goal was to demonstrate the ability to redact sensitive information in unstructured data at scale. Specifically, it aimed to determine whether sensitive data, such as credit card numbers, tax file numbers, and health care numbers, entered into Salesforce communications (Emails, Files, and Chatter) could be detected and redacted. Constraints Tested De-identifying Data with Google Cloud DLP API Instead of detailing the setup, this section focuses on the key areas of design. Google Design Decisions Supporting Disparate Data Sources with Multiple Integration Patterns and Redundant Design Salesforce Data Source De-identification targets include email addresses, Australian Medicare card numbers, GCP API keys, passwords, and credit card numbers. Credit card numbers are masked with asterisks, while other sensitive data is replaced with information types for readability (e.g., [email protected] becomes [redacted-email-address]). Sample Requests to Google De-identification Service JSON Structure to De-identify Text Using Google Cloud DLP API jsonCopy code{ // JSON structure } JSON Structure to De-identify Images Using Google Cloud DLP API jsonCopy code{ // JSON structure } Salesforce Design Decisions Redundancy and Batch Processing A scheduled batch job allows for recovery by polling unprocessed records. To handle large data volumes (e.g., 360,000 records over 5 days), the Salesforce BULK API is used to process queries and updates in large batch sizes, reducing the number of API calls. Sensitive Information De-identification Google Cloud Data Loss Prevention allows detecting and protecting assets with sensitive information, supporting a wide range of use cases across an enterprise. Proven Capabilities: Considerations and Lessons Learned Enhanced Email: Redacting tasks and EmailMessage records, handling read-only EmailMessage records by deleting and recreating them. Files: The architecture assumes files with sensitive data can be deleted and replaced with redacted versions. Audit Fields: Ensure setting CreatedDate and LastModifiedDate fields using original record dates. Field History Tracking: Avoid tracking fields intended for de-identification, tracking shadow fields instead. Image De-identification: Limited to JPEG, BMP, and PNG formats, with DOCX and PDF not yet supported. Like Related Posts Salesforce OEM AppExchange Expanding its reach beyond CRM, Salesforce.com has launched a new service called AppExchange OEM Edition, aimed at non-CRM service providers. Read more The Salesforce Story In Marc Benioff’s own words How did salesforce.com grow from a start up in a rented apartment into the world’s Read more Salesforce Jigsaw Salesforce.com, a prominent figure in cloud computing, has finalized a deal to acquire Jigsaw, a wiki-style business contact database, for Read more Service Cloud with AI-Driven Intelligence Salesforce Enhances Service Cloud with AI-Driven Intelligence Engine Data science and analytics are rapidly becoming standard features in enterprise applications, Read more

Read More
Salesforce Document Generation

Generating Documents in Salesforce

Salesforce document generation poses a challenge for businesses, given the intricacies of integration involved. Fortunately, a variety of tools are available for generating documents in Salesforce, and Tectonic is well-equipped to assist in their successful implementation. Salesforce Industries Document Generation empowers businesses to craft and manage accurate documents linked to standard Salesforce objects, encompassing contracts, opportunities, orders, quotes, and custom objects. For a more dynamic approach, Salesforce OmniStudio Document Generation facilitates the creation of documents using Microsoft Word and Microsoft PowerPoint templates. These templates can incorporate values from any JSON-based data within the text, including data sourced from various Salesforce objects. This versatile tool enables the generation of contracts, proposals, quotes, reports, non-disclosure agreements, service agreements, and more. Salesforce Industries Document Generation seamlessly integrates with Vlocity Insurance, Vlocity Health, communications, media, energy, utilities, government, and beyond. Vlocity Analytics, another valuable component, offers pre-built measurement tools that seamlessly integrate with Salesforce Reports, Dashboards, and Einstein. The Salesforce AppExchange boasts an extensive array of over 200 document generation tools. Your Salesforce partner can assist in selecting, installing, and implementing the most suitable options based on your business requirements. With Document Generation, you can generate contracts, proposals, quotes, reports, non-disclosure agreements, job offers, service agreements, and so on. You can generate documents using the specified sample client-side or server-side OmniScripts. You can also create your own OmniScripts by cloning and customizing the sample OmniScript to generate documents. Client-Side document generation is a synchronous process that results in a downloadable preview of the generated documents. You can generate documents from Microsoft Word (.docx), Microsoft PowerPoint (.pptx), and Web templates. These templates can include values from any JSON-based data in the text, including data from any Salesforce object. You can optionally convert the resulting documents to .pdf format. Server-Side document generation is available in both the OmniStudio Foundation and Salesforce Industries packages. Server-Side document generation is an asynchronous process that’s best for large and rendering-heavy documents and for document generation in batches. The Server-Side document generation service is secure and scalable and is hosted on Salesforce Hyperforce. The generated document is stored in your Salesforce org, and is attached to the object for which it’s generated. You can use Apex Classes, sample Integration Procedures, or a sample OmniScript to generate documents. Client-Side document generation supports Customer Community Plus, Customer Community, and Partner Community users to generate documents using client-side OmniScripts. Server-Side document generation supports Customer Community Plus, Customer Community, and Partner Community users to generate documents using the singleDocxServersideLwc server-side OmniScript. With the right licenses, Document Generation is available in the Salesforce Industries package. Metering measures resource utilization levels and throttling controls resource access and use based on defined rules. Metering measures the number of server-side documents that are generated by an org hourly and daily. The default hourly and daily limits for processing server-side document generation requests are 1,000 per org and 24,000 per org respectively. Throttling maintains consistency and resilience of the server-side document generation service by managing incoming server-side document generation requests from multiple orgs. Throttling can also prevent service degradation caused by high volume of requests at peak hours by blocking requests that exceed the default limits. The request details are saved in the Document Generation Processes entity. You can retrieve the blocked requests and later retry the server-side document generation. No matter what your specific document generation needs, Tectonic simplifies the process of getting your system up and running seamlessly, whether it’s through Salesforce Quickstarts or comprehensive implementation services. Content updated in 2022. Like1 Related Posts Salesforce OEM AppExchange Expanding its reach beyond CRM, Salesforce.com has launched a new service called AppExchange OEM Edition, aimed at non-CRM service providers. Read more The Salesforce Story In Marc Benioff’s own words How did salesforce.com grow from a start up in a rented apartment into the world’s Read more Salesforce Jigsaw Salesforce.com, a prominent figure in cloud computing, has finalized a deal to acquire Jigsaw, a wiki-style business contact database, for Read more Service Cloud with AI-Driven Intelligence Salesforce Enhances Service Cloud with AI-Driven Intelligence Engine Data science and analytics are rapidly becoming standard features in enterprise applications, Read more

Read More
gettectonic.com