Salesforce Lightning Archives - gettectonic.com - Page 2
Tableau CRM Refresh Button With LWC

Tableau CRM Refresh Button With LWC

Revitalize your Tableau CRM (formerly known as Einstein Analytics) dashboards with a custom Refresh button, enhancing user experience and analytical efficiency. This button serves as a simple yet powerful tool to reset applied filters and revert the dashboard to its default state, facilitating seamless exploration of data insights. Tableau CRM Refresh Button With LWC. What exactly is a Tableau CRM Refresh Button With LWC? It’s a user interface component that, upon activation, clears all applied filters, restoring the dashboard to its initial configuration. This feature proves particularly beneficial in scenarios where users seek to initiate fresh analyses or when dealing with intricate filter structures. To embark on this enhancement journey, you’ll require three essential components: Once equipped, follow these steps to integrate the Refresh button seamlessly: Step 1: Crafting a Lightning Web Component (LWC) Initiate the creation process by developing a Lightning Web Component (LWC) within Salesforce. This component will seamlessly embed into your Tableau CRM dashboard. Step 2: Designing the HTML Framework Within the HTML file of your LWC (let’s name it refreshButton.html), define the structural blueprint for your button. Below is a sample markup: phpCopy code<template> <div class=”reset-btn_container”> <lightning-button variant=”base” label=”&#xe912;” aria-label=”Clear Filters” onclick={clearFilters} class=”slds-m-right_x-small hpe-icon-button hpe-icon-bare” ></lightning-button> </div> </template> This markup establishes a container for the button, utilizing a lightning-button element to create the button itself. Key attributes such as label, variant, and onclick event handler are set accordingly. Step 3: Implementing JavaScript Logic In the JavaScript file of your LWC (refreshButton.js), define the logic to execute filter clearance upon button activation. Here’s an illustrative example: typescriptCopy codeimport { LightningElement, api, track } from ‘lwc’; export default class DceResetDashboardButton extends LightningElement { @api getState; @api setState; @api refresh; @track initialState = null; clearFilters() { const {state, pageId} = this.getState(); const newState = { state: { …state, datasets: this.initialState.state.datasets, steps: Object.fromEntries(Object.entries(state.steps).map(([k, v]) => { return [k, { …v, values: [] }] })), }, pageId, } this.setState({ …newState, replaceState: true }); } connectedCallback() { this.initialState = this.getState(); } } This JavaScript snippet encompasses crucial elements such as property definition, filter clearance methodology, and initialization of the dashboard’s initial state. Step 4: Deploying the Lightning Web Component With your LWC crafted, proceed to deploy it within your Salesforce organization. Step 5: Integrating the LWC into Your Dashboard Edit your Tableau CRM dashboard, adding a new “Custom Component” widget and configuring it to utilize your deployed LWC as the custom component. Step 6: Testing Your Refresh Button Upon completion, navigate to your Tableau CRM dashboard to confirm the presence of the Refresh Button. A simple click on this button will swiftly clear all filters, providing a seamless experience for resetting your analysis. By incorporating this Refresh button into your Tableau CRM dashboard, you enhance user satisfaction and analytical agility. Take advantage of this tutorial to elevate your dashboards and witness the appreciation from your users firsthand! If you need assistance building a refresh button in your Tableau CRM dashboard, contact Tectonic today. 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 Health Cloud Brings Healthcare Transformation Following swiftly after last week’s successful launch of Financial Services Cloud, Salesforce has announced the second installment in its series Read more

Read More
Field Service Lightning

Field Service Lightning

Field Service Lightning (FSL) is a comprehensive system developed by Salesforce to streamline the operations of companies providing on-site services. It facilitates the creation of employee records, task assignments, and real-time location monitoring to enhance organizational efficiency. Formerly recognized as Field Service Lightning (FSL), Salesforce Field Service (SFS) enhances customer experiences through its advanced collaboration capabilities. Field Service enables businesses to automate tracking and analysis of customer interactions, leading to improved satisfaction rates and quicker response times. Service Cloud further automates customer service processes, including ticket and account management, enhancing overall efficiency. Offline capabilities in Salesforce FSL encompass caching frequently accessed records for offline viewing and enabling Offline Edit for creating, editing, and deleting records without internet connectivity. These features are accessible on Salesforce for Android and iOS platforms. Salesforce Lightning empowers users to develop customized applications tailored to specific requirements. With features like drag and drop functionality, improved navigation, and customizable dashboards, Salesforce Lightning enhances productivity and saves time. Notably, Salesforce Lightning offers a modern interface, equivalent cost to Salesforce Classic, more extensive features, and increased access to Einstein functionality. Salesforce Field Service, previously known as Field Service Lightning, provides a robust, customizable, and mobile-friendly field service hub within Salesforce. It caters to enterprises’ needs for work order, scheduling, and mobile workforce management, offering a wide array of functionalities, including: Field Service Lightning, integrated with Salesforce’s Service Cloud, streamlines customer data and record management for support departments. It facilitates seamless coordination between phone and field services, enabling agents to efficiently handle tasks like repairs, installations, and professional services. To utilize Field Service, a minimum of one Service Cloud user license is required. Existing Service Cloud customers must also possess at least one Dispatcher license or the Field Service Plus bundle, incorporating Service user functionality. Field Service’s core features, managed package, and mobile app are available in Enterprise, Unlimited, and Developer Editions. The suite includes standard objects such as work orders and service appointments, as well as additional functionalities provided through the managed package: The Field Service mobile app, compatible with iOS and Android platforms, enhances mobile workers’ productivity by enabling offline updates to work orders, parts tracking, customer signature collection, and dispatcher communication. For developers interested in integrating Field Service, resources such as the Field Service Developer Guide offer object relationship diagrams, API reference information, and code samples. Salesforce Field Service provides a comprehensive solution for managing field service operations, offering extensive customization options and mobile-friendly functionalities to streamline workforce management and enhance customer satisfaction. Content updated April 2024. 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 Health Cloud Brings Healthcare Transformation Following swiftly after last week’s successful launch of Financial Services Cloud, Salesforce has announced the second installment in its series Read more

Read More
Salesforce Lightning and Hyperforce

Difference Between Salesforce Lightning and Hyperforce

Salesforce Lightning Platform and Hyperforce: An Overview The Lightning Platform forms the core infrastructure of Salesforce, while Hyperforce is a new infrastructure model provided by the CRM platform. Salesforce Lightning Salesforce Lightning elevates customization with its modern and flexible framework. It offers a powerful drag-and-drop interface called the Lightning App Builder, enabling users to design custom homepages, record pages, and dashboards effortlessly. Salesforce Hyperforce Introduced at Dreamforce in December 2020 and recently made generally available, Hyperforce is an architectural enhancement to Salesforce’s platform designed for the public cloud. It offers several benefits, including scalability, global reach, and increased control over data residency. As part of the Salesforce Customer 360 platform, Hyperforce brings enhanced flexibility, scalability, and performance to the cloud. Key Benefits of Hyperforce: Hyperforce Migration Migrating to Hyperforce does not require additional costs. Once migrated, organizations will not experience significant changes, and non-Hyperforce services will continue to run. This code-based offering enhances speed, reliability, and global performance. Reasons to Migrate to Hyperforce: Hyperforce and Public Cloud Platforms Hyperforce can run on public cloud platforms like AWS, GCP, and Azure, representing a shift from traditional Salesforce-hosted data centers. The Data Cloud and Marketing Cloud are also built on Hyperforce, offering businesses a powerful platform for customer interactions and relationship management. Hyperforce vs. Shield Hyperforce provides volume-level encryption by default for data at rest, while Shield Platform Encryption operates in parallel, offering additional encryption features. Hyperforce Migration: Mandatory Upgrade Migrating to Hyperforce is not optional, as Salesforce has declared this architecture as its future. The migration process will occur over time, and organizations will need to prepare for it. If migration timing is not suitable, businesses should contact their Salesforce account agent. Data Residency and Migration Issues: While Hyperforce is expanding, more countries need to support data residency to have a truly international impact. Some migration issues may include Einstein loading problems, bot disruptions, and glitches with the Smartcomm managed package. Basic troubleshooting can resolve minor issues, but technical considerations like manual endpoint management may be time-consuming and costly. Hyperforce Assistant The Hyperforce Assistant provides a step-by-step guide to upgrade from Salesforce-managed physical data centers to Hyperforce, ensuring admins feel confident about the migration process. By adopting Hyperforce, businesses can enhance their customer data management with innovative solutions, ensuring robust security, scalability, and efficiency in their operations. 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 Health Cloud Brings Healthcare Transformation Following swiftly after last week’s successful launch of Financial Services Cloud, Salesforce has announced the second installment in its series Read more

Read More
Salesforce GoTo Call Dispositions

Salesforce GoTo Call Dispositions

How do I set up custom call dispositions in the Salesforce integration? Create a picklist of custom call dispositions in Salesforce Classic and Salesforce Lightning and then link them to the GoTo Connect integration. Important: These steps need to be completed by your organization’s Salesforce admin. Salesforce Product How-to Salesforce Classic Create the Custom Call DispositionsGo to Setup > Customize > Activities > Activity Custom Fields.Click New and then go to Picklist > Next.Enter the custom call disposition’s Name, Label and Values.Click Next > Next > Save.Add the new call disposition to your call log by going to Settings > Create > Global Actions > Global Actions > Log a Call > Layout and then drag and drop the new call disposition into Log a Call.Click Save.Link New Call Disposition to GoTo Connect for SalesforceGo to Setup > Develop > Custom Settings.Go to GoTo ConnectSettings and then click Manage.Click New and then enter the new call disposition’s name from step 3 in create the custom call disposition above.Click Save and then navigate to Sales and refresh your browser. Salesforce Lightning Create the Custom Call DispositionsGo to Setup > Object manager > Activity > Fields & relationships.Click New and then go to Picklist > Next.Enter the custom call disposition’s Name, Label and Values.Click Next > Next > Save.Add the new call disposition to your call log by going to Settings > User Interface > Global actions > Log a Call > Layout and then drag and drop the new call disposition into Log a Call.Click Save.Link New Call Disposition to GoTo Connect for SalesforceGo to Setup > Custom code > Custom Settings.Go to GoTo ConnectSettings and then click Manage.Click New and then enter the new call disposition’s name from step 3 in create the custom call disposition above.Click Save and then navigate to Sales and refresh your browser. Salesforce GoTo Call Dispositions 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 Health Cloud Brings Healthcare Transformation Following swiftly after last week’s successful launch of Financial Services Cloud, Salesforce has announced the second installment in its series Read more

Read More
Einstein Chatbot Salesforce

Einstein Chatbot Salesforce

Salesforce users have two options for creating a chatbot: either using an external platform and integrating the final product through Salesforce Lightning, or directly developing it within Salesforce Einstein Bot. Salesforce prioritizes empowering customers to create applications without the need for coding. Einstein Chatbot Salesforce. Einstein Bots utilize Artificial Intelligence (AI) to enhance the customer service experience across various channels such as SMS, Chat, Slack, Facebook Messenger, and WhatsApp, supporting conversations in multiple languages. They offer personalized and intelligent service by leveraging AI-powered chatbots integrated directly into the CRM. With just a few clicks, users can expedite issue resolution and boost productivity by utilizing AI-generated responses or automating routine tasks with bots integrated into Salesforce data. These secure, multilingual bots can be deployed on enhanced messaging channels, including in-app, web, and third-party platforms, as well as Slack and the Einstein Bots API. Creating an Einstein Bot: Enhanced Features for Einstein Bots: Einstein Bots offer various benefits: Salesforce Einstein Chatbots provide a valuable solution for organizations aiming to streamline customer service, reduce case volume, and enhance overall customer experience across diverse channels and languages. 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 Health Cloud Brings Healthcare Transformation Following swiftly after last week’s successful launch of Financial Services Cloud, Salesforce has announced the second installment in its series Read more

Read More
Salesforce Lightning

Why Migrate From Salesforce Classic to Salesforce Lightning?

Why Switch from Salesforce Classic to Lightning? Salesforce is actively advancing the Lightning interface, and the reasons are compelling. The Lightning platform offers numerous advantages, including an improved user interface, quicker development times, and extensive customization options. With user-friendly features like drag-and-drop functionality, Lightning enhances the overall user experience (UX). Many companies are opting to migrate from Salesforce Classic to Salesforce Lightning to leverage these benefits and more. Salesforce Classic Salesforce Classic served as the primary interface until 2016, but today, it is considered outdated. Investing in Lightning Experience is driven by the desire to deliver a superior user experience, adopt features solving business challenges, enhance processes, and gain access to Lightning innovation and rapid app development technology. Given that Salesforce Lightning is faster, provides advanced customization features, and boasts easier navigation compared to Classic, transitioning to Lightning in 2023 can be a strategic decision for your business. Lightning also integrates Salesforce Einstein, offering reporting, analytics, and generative AI capabilities. Salesforce Lightning In contrast to Classic, the Lightning development platform enables non-technical users to effortlessly create customized apps without programming knowledge. Due to its sleek UI, faster performance, regular feature releases, and comprehensive usability, Salesforce Lightning has become the preferred CRM for businesses. Migration However, migrating from Salesforce Classic to Lightning, or any other CRM to Lightning, presents challenges, including high implementation time. Opting for a phased rollout is an effective approach to overcome these challenges. While challenges may arise, a strategic plan executed by experienced Salesforce Lightning Support can ensure a seamless and timely migration. If you’re ready to migrate to Salesforce Lightning, especially if your Salesforce is highly customized, it’s crucial to document all changes made in Classic and identify corresponding solutions in Lightning. If handling the complexities of Classic seems daunting, consider engaging a Salesforce Migration partner like Tectonic to conduct a full Salesforce audit before migrating to Salesforce Lightning, ensuring a smooth transition. Content updated December 2023. 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 Health Cloud Brings Healthcare Transformation Following swiftly after last week’s successful launch of Financial Services Cloud, Salesforce has announced the second installment in its series Read more

Read More
Experience Salesforce Experience Cloud

Experience Salesforce Experience Cloud

Salesforce Experience Cloud, formerly recognized as Salesforce Community Cloud, offers organizations a platform to construct branded online communities for employees, customers, partners, and other stakeholders, fostering collaboration, engagement, and self-service among community members. Key Features: Customization: Experience Cloud facilitates customization, empowering organizations to tailor their community’s appearance to match their brand through custom themes, templates, and layouts. Member Engagement: Various engagement tools like discussion forums, chats, and groups enable members to interact, share information, and collaborate effectively. Content Management: Easily create, manage, and share content within the community, including articles, documents, videos, and more, organized into topics for streamlined navigation. Access Control: Administrators can regulate community access and permissions, defining different levels of access for diverse user groups. Integration: Seamless integration with other Salesforce products and external systems enables connectivity with CRM, marketing automation, and other business applications. Mobile-Responsiveness: Communities built with Experience Cloud are mobile-responsive, ensuring accessibility from different devices. Data Visibility: Users can access relevant data from Salesforce CRM, such as customer records and support cases, within the community. Self-Service: Community members can find answers, access support resources, and resolve issues themselves, reducing the burden on support teams. Analytics: Experience Cloud offers analytics and reporting tools to track community engagement, member activity, and content performance for informed decision-making. Developer Tools: Advanced customization and integration requirements are met through developer tools, APIs, and documentation provided by Salesforce Experience Cloud. Use Cases: Customer Communities: Partner Portals: Employee Communities: B2B Commerce: Knowledge Sharing: Event Management: Custom Applications: Branding and Theming: Analytics and Reporting: Advantages of Salesforce Experience Cloud: Enhanced Customer Engagement: Build interactive communities for customers to find support and connect with each other. Scalable Collaboration: Create communities for various user groups while maintaining security and access control. Personalization: Deliver personalized content and services to enhance user engagement. Brand Consistency: Customize community appearance to ensure a consistent brand experience. Integration: Seamlessly connect with other Salesforce products and external systems. Mobile-Friendly: Communities are accessible from various devices, improving accessibility. Analytics and Insights: Gain valuable insights into community engagement and user behavior. Automation: Automate processes like customer support workflows to save time and improve efficiency. Security: Protect community data with robust security features. Customer and Partner Enablement: Provide easy access to resources and support for customers and partners. Reduced IT Overhead: Configure and customize communities without extensive coding or IT resources. Community Growth: Scale communities as your organization grows. Comparison with Community Cloud: Experience Cloud offers a broader range of functionalities beyond traditional community building. It focuses on creating seamless digital experiences for customers, partners, and employees. It provides enhanced integration capabilities and AI-driven personalization features. The name change reflects Salesforce’s shift towards delivering comprehensive digital experiences. Examples of What Can Be Achieved: Self-Service Portals: Customer support and FAQs. Partner Portals: Lead management and collaboration. Employee Intranets: Collaboration and HR processes. E-Commerce Storefronts: Product catalogs and shopping carts. Discussion Forums: Community interaction and knowledge sharing. Event and Conference Portals: Event registration and agendas. Patient and Healthcare Portals: Medical records and appointment scheduling. Nonprofit Donor Engagement: Fundraising campaigns and volunteer opportunities. Education Portals: Learning materials and discussion boards. Government Portals: Citizen services and public discussions. Financial Services Client Portals: Account information and communication with advisors. 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 Health Cloud Brings Healthcare Transformation Following swiftly after last week’s successful launch of Financial Services Cloud, Salesforce has announced the second installment in its series Read more

Read More
Salesforce Service Cloud

Improved Agent Efficiency With Salesforce Service Cloud Customization

Are your service representatives finding the Lightning Service Console too cluttered? Salesforce Service Cloud customization to the rescue! Whether you’re planning to optimize your Service Cloud or seeking quick enhancements for your service team, there’s a plethora of features and tips available to boost the efficiency of your Service Cloud. If you haven’t implemented a console app for your customer service teams yet, you’re overlooking valuable time-saving functionalities. Console features differ slightly between Lightning and Classic. This guide focuses on the Service Cloud Lightning Console – for Classic feature details, refer to Salesforce Help or contact Tectonic. Split View with Salesforce Service Cloud Customization: Console Navigation: Workspace Tabs and Subtabs: Utility Bar Features: Like2 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 Health Cloud Brings Healthcare Transformation Following swiftly after last week’s successful launch of Financial Services Cloud, Salesforce has announced the second installment in its series Read more

Read More
gettectonic.com