Skip to main content

#Automation47 discutindo

I'm really excited to say that continuous learning and be consistent about that will help you to get great achievements.

I'm happy to share that I'm recognised by Ranger rank on Trailhead learnig platform with 50000+ points and 100+ badges.

Thankyou Trailhead and Salesforce for this great ecosystem of learning platform.

#Trailhead #Salesforce Developer #Trailhead Challenges #Automation
0/9000

Potential Fix for Flow Deployment Error with emailSimple / Send Email Core Action

I ran into an issue when deploying a Flow that uses the Salesforce Flow core action Send Email.

The deployment failed with this error:

Send_Email_to_Users (Action) - We can't find an action with the name and action type that you specified.

The action metadata looked valid:

<actionName>emailSimple</actionName>

<actionType>emailSimple</actionType>

However, the issue ended up being the versionString inside the actionCalls node.

In my sandbox, Salesforce generated the emailSimple action metadata with:

<versionString>3.0.1</versionString>

But in production, the same Send Email action was being generated with:

<versionString>2.0.1</versionString>

After changing the Flow metadata from 3.0.1 to 2.0.1, the deployment completed successfully.

Example:

<actionCalls>

<name>Send_Email_to_Users</name>

<label>Send Email to Users</label>

<actionName>emailSimple</actionName>

<actionType>emailSimple</actionType>

...

<nameSegment>emailSimple</nameSegment>

<offset>0</offset>

<versionString>2.0.1</versionString>

</actionCalls>

So, if you are seeing this deployment error with Flow Send Email / emailSimple, check whether the versionString value differs between sandbox and production.

This looks like an internal version mismatch for Salesforce’s emailSimple core action. The deployment error message does not directly identify versionString as the problem, so it can be easy to miss. 

 

#Salesforce Developer  #Flow  #Automation  #Metadata  #Deployment  #Salesforce CLI

0/9000

Sharing a new update to the Salesforce Metadata Navigator plugin. 

 

The plugin now supports:

  • comparing Profiles and Permission Sets together
  • reviewing differences side by side
  • updating both Profiles and Permission Sets directly from the plugin

This helps reduce the time spent navigating across different setup pages when reviewing or adjusting access. It is especially useful when validating security differences, troubleshooting user access, or cleaning up permission models. 

 

A few key improvements:

  • compare Profiles vs Permission Sets in one place
  • review changes before saving
  • update access directly through the plugin
  • streamline admin and architect workflows

 

Sharing a new update to the Salesforce Metadata Navigator plugin.

 

 

Built this to make permission analysis and maintenance much more practical inside day-to-day Salesforce work. Would love feedback from the community. 

 

#Salesforce @* Release Readiness Trailblazers *@* Salesforce Administrators *@Admin Tricks #RRTreasureHunts #New Releases #Automation

2 comentários
  1. 28 de mai., 18:47

    @Ajit Rajendran i tried using this post-deployment yesterday to diff b/w 2 perm sets and it didn't pick up on "Service Presence Statuses Access." add to the wishlist?

0/9000

Hi all, I just failed my Salesforce Admin Certification for the second time and now I have to wait until the new Spring release quiz after April 23, 2026. I’m wondering if anyone has been in this situation and how did you prepare to succeed on your third attempt…especially with my next attempt coming with a brand new releases of questions. Definitely down and feeling like I will never pass this cert, any help or guidance would be greatly appreciated!

#Certifications #Salesforce Admin #Admin #Systems Administrator #SFDC Admin Certification #Saleforce Administrator #Beginner Level Adminstrator #Administrator #Cert #Automation
2 comentários
  1. 26 de mai., 11:19

    I am giving it for the second time . I will say dont loose hope and with a strategic dedicated effort you will definately come out of it. Have you set a leanring and practice plan for your self . 

0/9000

Built a new Object Explorer experience into Salesforce Metadata Navigator

 to cut down the clicks it takes to inspect object setup. 

 

You can jump into a specific object’s configuration from anywhere and browse it in a mini Salesforce-style Object Manager layout right inside the extension. Instead of bouncing through multiple Setup pages, you can quickly access: 

 

Built a new Object Explorer experience into Salesforce Metadata Navigator to cut down the clicks it takes to inspect object setup.

 

  • Details
  • Fields & Relationships
  • Page Layouts
  • Lightning Record Pages
  • Buttons, Links, and Actions
  • Compact Layouts
  • Field Sets
  • Record Types
  • Search Layouts
  • Object and Field Access
  • Triggers
  • Validation Rules
  • and more

 

The goal was simple: reduce navigation time for admins and architects who spend too much time drilling through Setup just to find one object setting. 

 

It gives you a faster way to inspect metadata, open the exact setup page you need, and move between object-level configurations without losing context. 

 

If you work across multiple objects every day, this makes admin work feel much more direct and a lot less click-heavy. 

 

#Salesforce Admin #Trailblazer  #Salesforcearchitects  #Metadata  #Salesforce @* Release Readiness Trailblazers *@* Salesforce Administrators *@Admin Tricks #RRTreasureHunts #New Releases #Automation

0/9000
4 respostas
0/9000

One small Salesforce debugging pain point I wanted to solve: 

 

You see a validation rule error in the debug logs, but you have no idea where it’s coming from.

In large orgs, manually checking objects and validation rules can take forever. 

 

So I added a feature in my Salesforce Metadata Navigator

plugin that lets you search validation rules using: 

 

🔍 Error message 

🔍 Validation rule name 

🔍 Object name 

 

The plugin searches across your metadata and helps you instantly find the exact validation rule causing the issue. 

 

This has already been a big time saver during debugging and support work.

Sharing a quick demo GIF below. 

 

One small Salesforce debugging pain point I wanted to solve: You see a validation rule error in the debug logs, but you have no idea where it’s coming from.

 

 

 

Would love any feedback, suggestions, or ideas for improvement from the Salesforce community! 

 

#Salesforce @* Release Readiness Trailblazers *@* Salesforce Administrators *@Admin Tricks #RRTreasureHunts #New Releases #Automation

4 comentários
0/9000

I am trying to test set up of a criteria sharing rule in sandbox ; I have set this to be where the object record was last modified by me.  I have created a custom public group and put one user in it.    However, there doesn't appear to be any change to the record visibility when logging in as that user; banner alerting to background processing appearing but operation completed.  Have refreshed. I have checked OWD for the object and Internal access is set to Private.  Not sure what else to check, please can someone advise what else?    Thank you in advance!   

 

#Automation

23 respostas
  1. 18 de mai., 12:23

     Is this restricted Object the Child of another Object?   

     

    And if so, does Ramesh Putta have access to the Parent record?

0/9000

We recently implemented DKIM and all that for our e-mails in Production. Since doing that, no e-mails from any sandbox of any type are being delivered. I'm reading around and it looks like a unique DKIM and DNS, etc. need to be set up for each Sandbox. 

 

Does anyone have any recommended best practices, suggestions, etc. on how to make this less labor intentsive, especially when refreshing sandboxes.

 

Thanks,

 

Jeff.

 

#Service Cloud  #Automation

10 respostas
  1. 14 de nov. de 2023, 20:34

    Since DKIM keys can no longer be imported from one organization to another, if DKIM is implemented in a sandbox, the keys would have to be recreated following a sandbox refresh and the resulting CNAME record would have to be published to the DNS again. this as you need to follow as process every time sandbox refresh (prepare as the document and publish, so you can do every time as part of sandbox post refresh process)

0/9000

 Hey Trailblazers! Quick Permission Set Magic is now available in  Salesforce Metadata Navigator

 

I built a Salesforce metadata plugin that helps with things like: 

 

  •  Comparing and editing permission sets
  •  Navigating to objects, fields, flows, and validation rules faster

 

Permission set manager features: 

 

  •  Pick 1 or 2+ permission sets to compare/EDIT side-by-side.
  •  See exactly where they differ (object, field, system, Apex classes, VF).
  •  Edit permissions directly and save changes back to Salesforce.
  •  Export csv with the permissions.

 

I’d love to get your thoughts or any feedback on it.  

Hey Trailblazers! Quick Permission Set Magic is now available in Salesforce Metadata Navigator I built a Salesforce metadata plugin that helps with things like: Comparing and editing permission sets N

 

#Salesforce @* Release Readiness Trailblazers *@* Salesforce Administrators *@Admin Tricks #RRTreasureHunts #New Releases #Automation

13 comentários
0/9000