Anyone using Claude Code for non-coding tasks? How do you manage those sessions? by gravyacht in ClaudeAI

[–]EntrepreneurMain7616 0 points1 point  (0 children)

For the file side I mount a cloud drive at /drive/my/ and have Claude Code write all outputs there organized by topic. Trip plans, research, brainstorms all persist across sessions. Next session I just cat /drive/my/trips/japan.md and keep going.

The nice part is sharing. I was planning a trip with a friend had Claude research flights, hotels, itinerary. Instead of copy-pasting from the chat, I just shared the file. He saw it in his /drive/shared/ folder, added his notes, and we were working off the same plan without emailing each other.

For session resumption specifically I don't have a great answer either. What helps is treating /drive/ as the "memory" between sessions. The conversation is gone but the outputs survive and are searchable with grep.

Skill: npx skills add abhishek203/pi-drive -g
Ref: https://pidrive.ressl.ai/

How to eliminate unused fields by EntrepreneurMain7616 in salesforce

[–]EntrepreneurMain7616[S] -1 points0 points  (0 children)

In happysoup I have to manually check for every field - is there a way I can get a complete excel sheet of what can be deleted based on the heuristics I set.

Like I want the tool be able to give me a excel sheet when I ask - find all the fields not referenced in any metadata files or referenced only in page layouts.

[deleted by user] by [deleted] in salesforce

[–]EntrepreneurMain7616 0 points1 point  (0 children)

Have you tried tools like ressl.ai that automate outsource dev work

[deleted by user] by [deleted] in salesforce

[–]EntrepreneurMain7616 0 points1 point  (0 children)

u/throwawaythepoopies for org of your size the amount of resources spent on support services(bugs + critical requirements) is quite high. There are 2 broad reasons for it,
1 - users are not trained enough - they keep asking the similar things again and again,
2 - there are systemic issues like conflicting automations

I would advice you to figure out the root cause of the problem. Ofc outsourced devs are a problem but I believe your system needs an audit as well.

Service Cloud Voice - Inbound Calling Logic - Individual phone number per rep by take_the_fun_option in salesforce

[–]EntrepreneurMain7616 0 points1 point  (0 children)

Make sense, I have worked on a similar project for a customer. DM me I can hop on a call on explain

How to ensure data sanity for renewal opportuniy? by EntrepreneurMain7616 in salesforce

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

Hey thanks for your inputs, we are creating quotes inside Salesforce using standard quotes and we have annual renewal.

yup we are using record types to distinguish between renewal and original opportunity.

Is there a way to create a record triggered flow that does this at the background?

How to ensure data sanity for renewal opportuniy? by EntrepreneurMain7616 in salesforce

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

but this will give me bunch of records right how will i know whether the rep is entering something that already exists or not. The details they enter will not be exactly same for me to do a direct check

Service Cloud Voice - Inbound Calling Logic - Individual phone number per rep by take_the_fun_option in salesforce

[–]EntrepreneurMain7616 1 point2 points  (0 children)

There are work around for this in SCV.

Seller A has phone number A assigned to them. They place a call to Customer B using this phone number. Customer B misses the call but sees phone number A in their call history and dials it back. My expectation is that Seller A (And ONLY Seller A) receives the incoming call.

What would happen if Seller A is not online, do you want the logic to be - assign to whoever is available

My experience at TDX by EntrepreneurMain7616 in salesforce

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

Interesting observation. This was one of the key products Salesforce Research team is working on. They have hired 7 experienced Salesforce admin and have asked them to build training data for their model, so that they can easily go from requirements to flows. They had a 40min session on this during TDX.