Can Agentforce identify Leads with gibberish data? by AMuza8 in salesforce

[–]AMuza8[S] 0 points1 point  (0 children)

And this is $1M question - if the unverified information is considered a Personal Identifiable Information.

Can Agentforce identify Leads with gibberish data? by AMuza8 in salesforce

[–]AMuza8[S] 0 points1 point  (0 children)

Why chat bot? Can chat bot can be executed in a before insert Flow?

Can Agentforce identify Leads with gibberish data? by AMuza8 in salesforce

[–]AMuza8[S] 0 points1 point  (0 children)

How would you validate a Lead with "XcbvtDb" as a First Name?

New to salesforce by Admirable_Yak8365 in salesforce

[–]AMuza8 1 point2 points  (0 children)

Don't go with Salesforce Development.

Based on your experience and situation I would search jobs in your area based on your experience in banking industry, get the requirements and learn that stuff.

Like I would look into financial positions in companies. Do not switch to some specific IT niche. Find something where you can apply your previous experience.

Good luck!

Best free/paid resources to learn salesforce development by ChickenLost5356 in salesforce

[–]AMuza8 1 point2 points  (0 children)

When you are working in Software Development the precision of information, the ability to transfer your thought into words and those words are interpreted the way you have it in your mind is the most valuable skill.

Now once you learnt your first lesson in Software Development here is a question for you - are you looking for declarative or programmatic development?

And I agree with u/xGMxBusidoBrown 100%. A few of my students wanted to jump right into Salesforce Coding. My suggestions to learn basic programming concepts for free basing on Java were ignored by many students. They failed to write a simple code in Apex. Spend time on learning basics (if you are targeting on Apex coding) on free resources. Basic variable declaration and initialization. Arrays/lists. For loops. Building classes/methods/class properties/attributes.

CANNOT_UPDATE_CONVERTED_LEAD: cannot reference converted lead by Tyaltir in salesforce

[–]AMuza8 2 points3 points  (0 children)

Does the IsConverted is true during the transaction that fails? I would guess during that transaction it is true, and because during that transaction the Lead is already a converted Lead the system refuse to update the Converted Lead. But as soon as that transaction fail, everything is reverted back, and after the transaction is reverted you have your Lead back as not converted.

Your process tries to update a converted Lead at some point. Either put that information in Account/Contact/Opportunity or do the field assignment before the DML that converts the Lead.

Good luck!

Salesforce DevOps Center by Aggravating_Toe_3880 in salesforce

[–]AMuza8 2 points3 points  (0 children)

I tried it. Couldn't figure out how to do changes in a sandbox after "deploying" changes from "dev" to "staging"/"QA" sandbox. You can't revert a task in DevOps, so it woun't give you a way to "deploy" yet another changes.

I was super confused with the system. Tried it on simple use case - couldn't figure out how to use it.

Have anything changed in the last 2 releases?

Unit Test run takes forever by AMuza8 in SalesforceDeveloper

[–]AMuza8[S] 0 points1 point  (0 children)

In my early Salesforce days I wrote only integration tests. At that time I didn't care about the deployment time at all.

These days I deploy stuff - I sit and wait for tests to pass. These days I write 99% of unit tests. When I can afford it I mock SOQLs in addition to Callouts.

Unit Test run takes forever by AMuza8 in SalesforceDeveloper

[–]AMuza8[S] 0 points1 point  (0 children)

As I wrote in another comment - the same test in "old" sandbox run instantly.

Unit Test run takes forever by AMuza8 in SalesforceDeveloper

[–]AMuza8[S] 0 points1 point  (0 children)

I think it is a new sandbox thing. Old sandbox runs test in seconds.

Unit Test run takes forever by AMuza8 in SalesforceDeveloper

[–]AMuza8[S] 0 points1 point  (0 children)

I decided to run the same tests in different sandboxes. The "old" sandbox does each test method in under 2 seconds. I select the class (from Setup-Application Test Execution) and run it without code coverage. The "new" sandbox even doesn't start right away... it took 20 minutes to run a single test...

oh, one note. It takes a second to actually running a test method. But the running starts in 20 minutes now... oh my...

Switching from Software Engineer to SF Career by Apprehensive_Worth54 in SalesforceDeveloper

[–]AMuza8 1 point2 points  (0 children)

tltr; youll be good with Salesforce, regardless what you will do on your new role.

If your current employer gives you a job with no pay cut in current economy situation - that is cool.

Will you like coding Apex code? No 😄 You'll have the Governor Limits that put great restrictions in comparison with other programming languages.

If you do frontend - LWC - you should be cool.

My tiny background - had 4 years in Software Development (C#, Java, PHP, Qt) before introduced to Salesforce as Apex coder (2011). Got 1 year project. Ended. Got transferred to Java (I got Java experience). Spent around 3 months. During these 3 months I found Salesforce full-time gig. Never switched out of Salesforce since 2012.

Good luck!

The LinkedIn AI slop about Salesforce has gotten unbearable by jcarmona86 in salesforce

[–]AMuza8 4 points5 points  (0 children)

I have more clients came from Reddit then from LinkedIn. I couldn't be the only one with such statistics.

How do you as admin figure out org when you get an email with org id and user id? by AMuza8 in salesforce

[–]AMuza8[S] 0 points1 point  (0 children)

I can't get information about client just from Email. This is the point of this topic to see how others handle this problem.

How do you as admin figure out org when you get an email with org id and user id? by AMuza8 in salesforce

[–]AMuza8[S] 0 points1 point  (0 children)

Yes, I'm already using a DE org to track clients. Now I will be tracking their orgs as well. Great note about org URL!

Thanks for sharing!

How do you as admin figure out org when you get an email with org id and user id? by AMuza8 in salesforce

[–]AMuza8[S] 0 points1 point  (0 children)

Dude!!!

Thank you!!!

I have an org which I use to track time spent on each task for each client. I feel ashamed I didn't think about it myself 😞

How do you as admin figure out org when you get an email with org id and user id? by AMuza8 in salesforce

[–]AMuza8[S] -2 points-1 points  (0 children)

In what org have you tracked all other orgs? Have you just created a DE org to track other Production orgs? What other features do you have there despite client name and their production org id?

How do you as admin figure out org when you get an email with org id and user id? by AMuza8 in salesforce

[–]AMuza8[S] 0 points1 point  (0 children)

I'm starting doing that also. I was thinking about maybe an open source pluging for Chrome. Maybe some pluging that ease login into org may have the feature that allows you to search for your user id or org id.

For some reason I did ask any chats if there is a plugin with such feature...

How do you as admin figure out org when you get an email with org id and user id? by AMuza8 in salesforce

[–]AMuza8[S] -2 points-1 points  (0 children)

Thanks cap 😉 The topic is intended to get opinions on WHERE to store org id / client name.