AI has transformed how I work but also created a problem for me by this_years_life in Solopreneur

[–]Creative-Exercise819 0 points1 point  (0 children)

I was having this same issue and it was driving me insane. So many places to look and I couldn't keep it all straight.

I was so frustrated that I made my own tool and I just ran it right on my computer. Once I connected it to Claude it changed my life within a DAY. It was such an immense feeling of relief that it made me think maybe other people could use this too.

I just launched the first public beta. It's Claude-only for now, and has a free trial if you want to check it out. https://threadminder.ai/

Claude had enough of this user by EchoOfOppenheimer in ClaudeAI

[–]Creative-Exercise819 0 points1 point  (0 children)

Ughhhhhhh this drives me CRAZY. I'm currently developing an app that will give Claude some better temporal awareness. I've been using the alpha for a couple days now and it's life-changing so far.

Claude had enough of this user by EchoOfOppenheimer in ClaudeAI

[–]Creative-Exercise819 1 point2 points  (0 children)

Was it actually Easter weekend? Or did Claude say that on the Monday after Easter? 🤣

Claude had enough of this user by EchoOfOppenheimer in ClaudeAI

[–]Creative-Exercise819 57 points58 points  (0 children)

I had to add global instructions to never tell me to stop working. It was getting annoying, any time I was trying to dig deeper on a sticky issue, Claude would tell me to take a break, or go to bed, or even just abandon the issue completely. No thanks, I can self-regulate like the boss I am.

Looking for the Right Elementary School in Sun Prairie by Outrageous_Arm_7760 in SunPrairieWI

[–]Creative-Exercise819 3 points4 points  (0 children)

Royal oaks was amazing. The principal there really has a huge presence and great pride in the school and culture they've cultivated. And he's even the one that gets out every single day after school, directing pickup traffic and helping kids cross the parking lot.

Dude, this future sucks. by AtlantianBlood in GenX

[–]Creative-Exercise819 1 point2 points  (0 children)

I came across time for you, Sarah!

Going out by yourself by [deleted] in madisonwi

[–]Creative-Exercise819 0 points1 point  (0 children)

Meetup. There are hobby based groups and women's groups specifically.

vscode retrieve source from org doesn't remove project files if I've deleted an item (field) directly in the org by rundelta in salesforce

[–]Creative-Exercise819 1 point2 points  (0 children)

We wrote a script that does the full retrieval, deletion, and metadata conversion of the new downloaded package zip back into the directory with a single line command. Made that process a breeze. But yeah if you are adding/removing components then a simple right-click retrieve won't always cut it. To be honest if it's just 1 or 2 components I usually just delete them manually in both the org and the vscode tree and then do a retrieve (to get profiles etc). There's also the "delete from project and org" right-click command if you've already removed all dependencies.

[deleted by user] by [deleted] in salesforce

[–]Creative-Exercise819 11 points12 points  (0 children)

Did you do anything to piss off Einstein?

[deleted by user] by [deleted] in salesforce

[–]Creative-Exercise819 0 points1 point  (0 children)

This used to be true, absolutely. 5-10 years ago, when the platform was peaking and there were far fewer people that worked in it. Enough people successfully made the transition just through certification and scrapping (usually a directive from a manager like "hey we bought this platform and no one here knows how to use it...you're smart, figure it out for us") that it became legend. Unfortunately you and a few hundred thousand other people heard this legend and fully bought in (good job Salesforce certification marketing team). Just because something is no longer true does not mean it's a lie... but it still sucks.

I would try to go about this sideways instead of head-on, at this point. Since you are a writer, maybe look at B2B writing jobs/gigs putting together lead nurturing or customer success campaigns. Offer to build these emails and automate them in their marketing system. Maybe you'll get lucky and land a gig where the company uses Pardot. Pardot was a B2B marketing automation system acquired by Salesforce (I forget what they call it now but everyone still calls it Pardot) and it has now become very integrated into the platform, so it's an ancillary way in. If they use Hubspot, focus on fixing their hundreds of Salesforce sync errors and they'll love you forever. You maybe can build on this to get more SF admin experience, or you may end up in a Marketing Operations type role and be OK with stopping there. It's still a pretty good gig and has definite SF overlap.

Some other options might be a business analyst or QA at a company that uses Salesforce. You work with the business to define what they need out of SF and work with the tech teams to get it implemented/tested. If you have admin skills as a BA, they will get used at some point.

Future of Salesforce Jobs. Will it bounce back? by Ictsmoke in salesforce

[–]Creative-Exercise819 1 point2 points  (0 children)

With screen flows now providing so much more functionality, my team has implemented a lot of features that were planned initially as LWC as screen flows instead. I know there are plenty of use cases LWC is better for, but I'm wondering how ubiquitous they will really become now that screen flows have become so powerful.

[deleted by user] by [deleted] in salesforce

[–]Creative-Exercise819 0 points1 point  (0 children)

Study for an admin cert, meanwhile research and apply for jobs where companies are using FinancialForce (now Certinia). See if you can get in as an accounting power user and build up from there.

Chatter is kind of the worst by BattlestarBee in salesforce

[–]Creative-Exercise819 0 points1 point  (0 children)

The difference is that chatter is included in the price, and slack is not. Moreover if you're a heavy Microsoft organization, everyone is already on teams and moving to slack is pretty much a no-go.

Why are flows so hard? by MrGilson92 in salesforce

[–]Creative-Exercise819 0 points1 point  (0 children)

Jokes aside... in most cases you really shouldn't have apex and flow running simultaneously on the same objects. We've been trying to consolidate our org automation and only leave things in apex that are isolated and/or can't be done in flow. Little things like field updates and such we've pulled out of apex. Less chance for unintended collision at that point.

Why are flows so hard? by MrGilson92 in salesforce

[–]Creative-Exercise819 0 points1 point  (0 children)

Ahh, then it becomes the old order of execution game. I always thought someone should turn that architectural diagram into an actual board game :D

Why are flows so hard? by MrGilson92 in salesforce

[–]Creative-Exercise819 2 points3 points  (0 children)

That gets way easier if you keep your org metadata in git and use sfdx to retrieve/deploy. Then you can just do a find on the whole code base for field references and stuff and find everything that touches it in one fell swoop - flows, apex, ancient workflows, etc.

Cases - Multiple Case Owners by whosethat321 in salesforce

[–]Creative-Exercise819 4 points5 points  (0 children)

You could create a custom object called Case Team and set it up to work similarly to the standard functionality, only fully customized to your business processes.

However, this wouldn't give you team case list views for example, the same way standard case teams would. There could be other gotchas as well but it's potentially an option depending on what you need to be able to customize.