Central India Salesforce Developer Group
- Recent Activity
- Created Date
- All Questions
- Questions with an Accepted Answer
- Unanswered Questions
- Questions with No Accepted Answer
π π₯ Salesforce Winter 24 Release | Sharing Related Enhancements π π₯
π Get ready to dive into the exciting new features coming with Salesforceβs Winter β24 Release! In this video, Iβll be taking a closer look at the latest enhancements related to Sharing in Salesforce, including the ability to gain deep insights into Account access, view Public Group memberships, and optimize sharing recalculations.
π Blog Post - https://sudipta-deb.in/2023/11/salesforce-winter-24-release-sharing-related-enhancements.html
π Youtube Video - https://youtu.be/3gDGKgBfgJc
@The Blog Group @* Release Readiness Trailblazers * @Toronto Salesforce Developer Group @Bangalore Developer User Group @Admin Group, Jaipur, IN @Central India Salesforce Developer Group @Salesforce Developer Group, Dubai, UAE @Developer Group, Toronto, CA
π π₯ How to configure and use Salesforce's Einstein for Developers
Generative AI is a transformative technology that increases developer productivity, accelerates software application development, and reduces the barrier for anyone to learn programming. At this yearβs TrailblazerDX, we announced Einstein for Developers β and now, Salesforceβs generative AI solution that unleashes developer productivity is officially in Open Beta.
Built specifically for Salesforce languages and frameworks, Einstein for Developers is able to generate Apex code using natural language. Support for LWC is coming soon. In this blog, we will explore how to get started with Einstein for Apex development and how its potential can revolutionize your development process.
@The Blog Group @Toronto Salesforce Developer Group@Bangalore Developer User Group@Admin Group, Jaipur, IN@Central India Salesforce Developer Group@Salesforce Developer Group, Dubai, UAE@Admin Group, Navi Mumbai, IN@Kolkata User Group@Developer Group, Dhaka, BD@Admin Group, Bikaner, IN@Kolkata User Group, India@New Delhi User Group
π π₯ Salesforce Winter 24 Release | All HTTP Methods Callout (Generally Available) From Salesforce Flow π π₯
In this video, I will share how you can perform HTTP POST, PUT, PATCH and DELETE calls. POST call will provide me the record ID which I will be using in subsequent PUT, PATCH and DELETE calls to perform actions.
π Youtube Video - https://youtu.be/4ZoB0NhCung #Flow #Salesforce Flow
@The Blog Group @* Release Readiness Trailblazers * @Bangalore Developer User Group @Admin Group, Jaipur, IN @Toronto Salesforce Developer Group @Central India Salesforce Developer Group @Salesforce Developer Group, Dubai, UAE
π π₯ Salesforce Winter 24 Release | Build Screen Flows with Reactive Components π π₯
In this video, I am going to share how you can build screen flows with Reactive Components. Reduce the number of screens that your users click through, and build screens that feel like single-page applications with reactive flow screen components. Configure supported standard components or custom Lightning web components to react to changes in other components on the same screen in real-time. For example, create a Data Table component that lists Opportunity records. On the same screen, add a Radio Buttons component, and set the default value of the component to the stage of the first Opportunity that the user selects. Previously, if you needed a component to react to changes in another component, you placed the components on separate screens.
π Youtube Video - https://youtu.be/fy00x-K8Wg4
#Flow #Salesforce Flow #Winter24
@The Blog Group @Bangalore Developer User Group @Admin Group, Jaipur, IN @Toronto Salesforce Developer Group @Central India Salesforce Developer Group @Salesforce Developer Group, Dubai, UAE @Admin Group, Navi Mumbai, IN @Kolkata User Group @Developer Group, Dhaka, BD @Admin Group, Bikaner, IN @* Release Readiness Trailblazers * @Kolkata User Group, India @New Delhi User Group
π π₯ Salesforce Winter 24 Release | Transform Your Data in Flows π₯π
In this video, I am going to share how you can transform collections of data between flow resources with the new Transform element in Flow Builder. Combined with the Action element that makes an HTTP callout, you can build a flow that fully integrates data outside Salesforce with no code. Previously, you built a flow that included the Loop element and the Assignment element. Now you can do it all with the Transform element when transforming data in screen flows, autolaunched flows with no triggers, and record-triggered flows.
π https://youtu.be/d5V7bL6gnUc
#Flow #Winter24 @The Blog Group @Bangalore Developer User Group @Admin Group, Jaipur, IN @Toronto Salesforce Developer Group @Central India Salesforce Developer Group @Salesforce Developer Group, Dubai, UAE @Admin Group, Navi Mumbai, IN @Kolkata User Group @Developer Group, Dhaka, BD @Admin Group, Bikaner, IN @* Release Readiness Trailblazers *
π π₯ Salesforce Winter 24 Release | Display Custom Error Messages for Record Triggered Flows π π₯
In this video, I am going to share new Custom Error Message element that is coming along with the Winter 24 release.
Use the new Custom Error Message element to create targeted error messages for your end users to explain what went wrong or how to correct it. The error messages display in a window on the overall record page or as an inline error on a specific field. The associated record change is rolled back. Error messages can be created for before-save and after-save flows. We delivered this feature thanks to your ideas on IdeaExchange.
π https://youtu.be/OTSF8b6rysE #Winter24 #Flow
@The Blog Group @Bangalore Developer User Group @Admin Group, Jaipur, IN @Toronto Salesforce Developer Group @Central India Salesforce Developer Group @Salesforce Developer Group, Dubai, UAE @Admin Group, Navi Mumbai, IN @Kolkata User Group @Developer Group, Dhaka, BD @Admin Group, Bikaner, IN @* Release Readiness Trailblazers *
π π₯ Rollback Records in Salesforce Flow π π₯
In today's video, I will delve deep into the advanced features of Salesforce Flow - "Rollback Elementsβ.
To roll back a transaction and cancel all its pending record changes in a screen flow, add the new Roll Back Records element in a fault path. Previously, when a transaction ended, its pending record changes were saved to the database even if a flow element failed in the transaction.
π Where: This change applies to Lightning Experience and Salesforce Classic in Essentials, Professional, Enterprise, Performance, Unlimited, and Developer editions.
π Why: Oftentimes, when a flow element fails, you also want to cancel pending record changes that make sense only when the flow element succeeds. If the element fails, saving the pending record changes in the current transaction doesn't make sense.
π https://youtu.be/a0gfei_smaE
#Flow #Screen Flow @The Blog Group @Bangalore Developer User Group @Admin Group, Jaipur, IN @Toronto Salesforce Developer Group @Central India Salesforce Developer Group @Salesforce Developer Group, Dubai, UAE @Admin Group, Navi Mumbai, IN @Kolkata User Group @Developer Group, Dhaka, BD @Admin Group, Bikaner, IN
π Automate User to Permission Set, Group, Queue Assignment in Salesforce | User Access Policies π π₯
In today's video, I am going to share a new configuration that came recently and it's called User Access Policies. With user access policies, you define aggregated access for your users in a single operation. Automate your usersβ assignments to the permission set licenses, permission sets, permission set groups, package licenses, queues, and groups. You can create policies that grant or remove access whenever users are created or updated, or in a one-time manual migration.
πππ Content ----------
0:00 - Introduction
0:44 - How to enable this feature
1:41 - Explain the Use Case
2:40 - User Access Policy #1 - Grant Scenario and Manual Update
7:00 - User Access Policy #2 - Revoke Scenario and Manual Update
8:43 - User Access Policy #1 - Grant Scenario and Automated Update
9:51 - User Access Policy #2 - Revoke Scenario and Automated Update
10:33 - Advanced Use Case - Multiple User Access Policies Valid
14:48 - Conclusion
π Video - https://youtu.be/K-opS1auBlY
@The Blog Group @* Release Readiness Trailblazers * @Bangalore Developer User Group @Admin Group, Jaipur, IN @Toronto Salesforce Developer Group @Admin Group, Namakkal, IN @Central India Salesforce Developer Group
π π₯ Salesforce Winter 24 Release Information π π₯
Salesforce Winter β24 Release is coming soon. In this post, I will share the information available today regarding this release, so you can be prepared in advance.
https://sudipta-deb.in/2023/07/salesforce-winter-24-release-information.html
@The Blog Group @Bangalore Developer User Group @Admin Group, Jaipur, IN @Toronto Salesforce Developer Group @Central India Salesforce Developer Group @* Release Readiness Trailblazers * @Salesforce Developer Group, Dubai, UAE @Admin Group, Navi Mumbai, IN