Skip to main content

#Salesforcetips0 debatiendo

[Webinar] How TED Transformed Its Global Event Feedback Program with SurveyVista 

 

How do you collect feedback across thousands of global events while ensuring privacy, accessibility, and real-time insights?  

 

Join us for an exclusive live webinar to learn how TED revolutionized post-event feedback for TEDx using SurveyVista, the 100% native Salesforce solution for surveys and forms.  

  

Webinar details:  

Date:  Aug 19, 2025  

Time: 9am PDT/6pm CEST  

Register here: https://bit.ly/webinar-1908-email-tbsvgrp

 

In this session, the TED team will share how they:

  • Automated feedback across thousands of TEDx events using Salesforce Flows
  • Protected attendee privacy with PII-safe dashboards
  • Empowered local organizers with real-time NPS dashboards
  • Improved operational efficiency - with zero extra overhead

Speakers: 

0/9000

[Webinar] : Data, Integration, AI: The New Balancing Act for Salesforce Admins  

 

Admins are expected to juggle everything—data quality, integrations, AI pilots, user training… It’s exhausting. Learn how to shift from reactive mode to strategic execution in this expert-led session. 

 

31 July, 2025 | 9:00 am PST   

Register here:  

https://bit.ly/sv-webinar-310725-tbsfsrvysgrp

  

Speakers: 

2 comentarios
0/9000

How to set up email signature with logo dynamically in Salesforce

 

https://www.youtube.com/watch?v=KDv8PJwQ_Ds

https://hscodehub.com/salesforce-admin/2024/05/11/how-to-set-up-email-signature-with-logo-dynamically-in-salesforce/

 

In this comprehensive tutorial, learn how to create professional email signatures with dynamically updated logos in Salesforce. Elevate your communication game by adding a personal touch to every email from Salesforce. Follow step-by-step instructions to integrate logos seamlessly into your email signatures, ensuring consistency and professionalism across your organization's communications. Stay ahead in the digital realm with this essential Salesforce customization.

 

#salesforce #HSCodeHub #SalesforceAdmin #salesforcedevelopment

#EmailSignatures #DynamicSignatures #LogoIntegration #SalesforceTutorial #SalesforceTips #SalesforceEmail

0/9000

 Over time, as your organization evolves, you may accumulate multiple versions of flows and flow interviews. Cleaning up these versions and interviews can be essential for maintaining your Salesforce environment's efficiency and clarity.

 

You can follow the below steps to cleanup your org:

 

Query 1:

Before you can delete multiple versions of a flow, you need to identify which versions you want to remove. You can use the following SOQL query to fetch the relevant information:

SELECT DurableId, FlowDefinitionView.ApiName, VersionNumber, Status

FROM FlowVersionView

WHERE FlowDefinitionView.ApiName = 'Flow_API_name'

Replace 'Flow_API_name' with the actual name of the flow you want to clean up. This query retrieves the DurableId, API name, version number, and status of each flow version associated with the specified flow.

 

Query 2:

 

Flow interviews can accumulate over time, especially if some of them are paused or failed. To identify and clean up these interviews, you can use the following SOQL

select Id, InterviewLabel, PauseLabel, WasPausedFromScreen, FlowVersionViewId, InterviewStatus

from FlowInterview where InterviewLabel like '%Flow_Label%'

Replace 'Flow_Label' with the label associated with the interviews you want to delete. This query retrieves the Id, interview label, pause label, pause status, associated flow version, and interview status for each relevant interview.

 

Prepare your import file with the IDs and delete it.

 

#SOQL #crm #productivityboost #productivityboost#productivityboost #salesforcetips #salesforcetips #Salesforce @* Release Readiness Trailblazers *@* Salesforce Administrators *@* Salesforce Administrators *@The Blog Group@Admin Tricks #RRTreasureHunts #New Releases #Automation @Salesforce Automation Hour @* Salesforce Developers *

5 comentarios
  1. 3 sept 2023, 14:47

    Flow Version Limits

    • Thanks for sharing this awesome resource. Bear in mind that each flow can have a maximum version of 50. While deploying (2) formula changes in a recent flow at work, I hit the flow version limit of 50 – General Flow Limits. I had no choice but to delete a prior version in order to save the modifications in a new flow version. Still, deleting old flow versions can make one nervous, especially seeing that our database admins treat the word "delete" as taboo.

    Best Practice for Flow Versioning

    • A best practice our development team employs is to save the ticket number (i.e., for us – JIRA ticket #) with a brief description of the changes that were made in the description field of the new flow version; this way we don't have to spend time writing a long description for each saved flow version (see screenshot below).Flow Version LimitsThanks for sharing this awesome resource. Bear in mind that each flow can have a maximum version of 50.

    (VCS) - Version Control Systems for Flows

    • Last but certainly not least, when you're approaching or if you've already hit the max. number of flow versions, you can use an IDE such as VS Code/IntelliJ, etc., to backup prior flow versions you plan to delete (see screenshot below).  Just connect your IDE to your Salesforce org and download the Flow metadata as well as the Flow Definition metadata files for the relevant flow versions that will be deleted, then backup the files to a VCS such as GitHub or BitBucket, or simply attach the file to your ticketing system. This way, if you ever need to revert or refer to those prior flow version(s), you can fetch the files from your VCS or ticket. 2023-09-03_09-59-49.png2023-09-03_10-53-56.png2023-09-03_10-53-08.png

    Helpful resources:

0/9000

🔍 Mastering SOQL Queries in Salesforce: A Comprehensive Tutorial! 🔍

 

Unlock the potential of your Salesforce data with in-depth SOQL tutorial! 🚀 From basics to advanced techniques, learn how to use the Salesforce Object Query Language.

 

📊 Dive into:

1️⃣ Introduction to SOQL

2️⃣ Basic & Advanced Queries

3️⃣ Filtering, Sorting & Grouping

4️⃣ Relationships & Joins

5️⃣ Aggregates & Innovations

 

🎓 Elevate your skills with examples and use cases. Stay ahead in the Salesforce game!

 

https://salesforcehacks.substack.com/p/mastering-soql-queries-in-salesforce

 

#SOQL #crm#crm #productivityboost#productivityboost #salesforcetips#salesforcetips #certifications#certifications @* Release Readiness Trailblazers *@* Salesforce Administrators *@* Salesforce Administrators *@The Blog Group@Admin Tricks #RRTreasureHunts #New Releases #Automation @Salesforce Automation Hour @* Salesforce Developers *

8 comentarios
0/9000

Here's how In-App Guidance can take your Salesforce journey to new heights:

 

🔹 Onboarding Made Easy: We'll guide your new team members with step-by-step tutorials and helpful tooltips, ensuring they hit the ground running! 🏃‍♀️

 

🔹 Stay Up-to-Date: Don't miss out on the latest features! Our In-App Guidance showcases new enhancements and explains how they can benefit your team. 🌈

 

🔹 Simplify Complex Tasks: No more stress over complicated processes! In-App Guidance offers real-time assistance and visual cues, making everything clearer. 👀

 

🔹 Personalized User Experience: Everyone is unique, and so are their needs! Our guides are customized for individual user profiles, providing the support they require. 🤝

 

🔹 Best Practices Reinforcement: Consistency is the key to success! We'll reinforce best practices through interactive guides, ensuring everyone follows the most effective strategies. 💼

 

🔹 Troubleshooting Made Easy: Don't get stuck! In-App Guidance provides quick fixes and support, so your team can stay productive without delays. 🛠️

 

🔹 Your Feedback Matters: We care about your experience! Share your thoughts through easy-to-use surveys, helping us enhance our services. 📝

 

🔹 Skills Upgrade: Level-up your game with our interactive training and quizzes, designed to prepare you for Salesforce certifications! 🎓

 

Blog post: https://salesforcehacks.substack.com/p/use-in-app-guidance-to-unlock-the

 

#salesforce #InAppGuidance #useradoption #crm #productivityboost #salesforcetips #certifications @* Release Readiness Trailblazers *@* Salesforce Administrators *@* Salesforce Administrators *@The Blog Group@Admin Tricks #RRTreasureHunts #New Releases #Automation @Salesforce Automation Hour @* Salesforce Developers *

3 comentarios
0/9000