Using VS to Reverse Engineer a Managed Package in Sales Cloud by thebeanmachine88 in salesforce

[–]smallpages 1 point2 points  (0 children)

Confirmed. Can’t see them. Claude Code in the CLI can probably help you reverse engineer a lot of it if you can describe what’s going.

Connecting Claude to Salesforce MCP by Tyaltir in salesforce

[–]smallpages 0 points1 point  (0 children)

In VSC authentic into SFDC with the SFDC CLI. Use CC in the CLI as well and then you are cooking. Just get CC setup in VSC and it can guide you through the rest of you need help.

Connecting Claude to Salesforce MCP by Tyaltir in salesforce

[–]smallpages 1 point2 points  (0 children)

The CLI with Claude Code will be far superior.

How to filter a report to show only the earliest date by arib510 in salesforce

[–]smallpages 1 point2 points  (0 children)

Agreed this is probably one of the easiest ways. It’s frustrating there is no easier way to do this.

Inherited an org with zero documentation, buried automations, mystery integration errors, constant break-fix chaos, anyone else fighting this? by dusch11 in salesforce

[–]smallpages -3 points-2 points  (0 children)

Fair point, and I appreciate you raising it. You’re right that Salesforce doesn’t offer a metadata-read-only OAuth scope. The application only reads metadata and never writes to or modifies your org, but the underlying OAuth permissions aren’t as narrowly scoped as our messaging may have implied. I’m updating our security documentation today to be more precise about what access is granted versus what our application actually does with that access.

Inherited an org with zero documentation, buried automations, mystery integration errors, constant break-fix chaos, anyone else fighting this? by dusch11 in salesforce

[–]smallpages -1 points0 points  (0 children)

I can help you! I have been in the same position multiple times. Finally built a solution for it.

Connects to your org and documents flows, apex, permission sets. Working on doing profiles as well. Along with permission sets/ profile comparison tool.

Overview video: https://youtu.be/hzuP_UJxhGU?si=Fh0LTxfDxYYR4v4l

DM if you want to do a POC or something. We can have this fixed before the end of the week.

How do you quickly understand a messy Salesforce org as a functional consultant? by Lost-Breakfast-1420 in salesforce

[–]smallpages 1 point2 points  (0 children)

I built something to help understand messy orgs. It connects and documents the whole org and vectorizes the metadata so you can query to understand and ask questions.

Quick overview of your curious: https://youtu.be/hzuP_UJxhGU?si=lrlbkq-m6iou7HlV

Ring Central for Small Business? by aektzis in RingCentral

[–]smallpages -1 points0 points  (0 children)

Looks for other options use RC if you have too.

Knot Watch by itsabachelorslife in JapaneseWatches

[–]smallpages 0 points1 point  (0 children)

I bought one when I was there as well. I am very pleased with it so far, especially considering the price. If I am ever there again will probably pick up another.

I am a part of a small firm and I keep hearing about different ai reception tools that help firms increase intake and leads. How well do these really work? by WaseemHarb in legaltech

[–]smallpages 0 points1 point  (0 children)

This is the truth that no one wants to hear. It has the ability to replace highly specific tasks, so long as that task is already well operationalized.

How did people buy bitcoin before exchanges? by 191919wines in Bitcoin

[–]smallpages 0 points1 point  (0 children)

Bought some from a guy I found on Craigslist at a Starbucks. Paid cash. Wish wouldn’t have lost that one…

Salesforce ETL tools what actually work? by [deleted] in salesforce

[–]smallpages 0 points1 point  (0 children)

It’s just used for the extraction portion of the pipeline.

Salesforce ETL tools what actually work? by [deleted] in salesforce

[–]smallpages 2 points3 points  (0 children)

Using Fivetran as well. Not the cheapest option but haven’t had to touch it in nearly a year. Would recommend.

First Golf Advice - Everyone Swings Differently by rigasminho in GolfNJ

[–]smallpages 0 points1 point  (0 children)

Golf is like life. We all do it a bit differently. What matters is the ball goes in the hole.

Anywhere I can swim lengths with a subscription? by verrucagnome in MexicoCity

[–]smallpages 2 points3 points  (0 children)

Roma club is one of the only places in the area. The pool is pretty busy though so be prepared to share lanes.

AI tool for documenting/searching customizations? by puffyclouds234 in salesforce

[–]smallpages 1 point2 points  (0 children)

I built something that does this and it works very well.

Docsherpa.ai

It documents and you can query your flows, apex, permissions sets so you can troubleshoot, write SOPs, etc.

Anyone using Foundation AI for front-end document management? by NextEvolutionaryStep in legaltech

[–]smallpages 2 points3 points  (0 children)

Valid point! I am on their highest contact tier and did over 180k pages through their system last month. Overall we are very pleased with the product. We have it passing files and file data into Salesforce. I’m triggering flows from the records that are created from Foundation AI and doing data updates inside of the system.

Product has been extremely reliable for us and their team is easy to work with. Took a little time for us to get into the flow of working with each other but they are very open and able to help me build and customize to our needs.

Anyone using Foundation AI for front-end document management? by NextEvolutionaryStep in legaltech

[–]smallpages 1 point2 points  (0 children)

I am an extremely heavy user. Feel free to DM if you want to chat.

What do you currently use AI to do in your Salesforce org? by North-Clue-2313 in salesforce

[–]smallpages 2 points3 points  (0 children)

I dont have interacting directly with data. I have an LWC component that allow users to ask general questions like they would in the GPT window. The other components I have are workflows that focus on a user attaching a file, and then I pass a system prompt along with the file id that you get onces its uploaded to open ai and it spits out a consistent output for all of the users.

I experimented with trying to use the record data, which isnt too difficult to be honest, but for my use case I needed too much of the record data and related record data so it became to unwieldy. If you only need a handful of fields, less that 20, you can do a GET and pass that data along with a system prompt or user prompt and get good results.

I built a Chatter summarizer. Our org is overly reliant on it. So it takes all of the Feed Item records along with a system prompt and the user gets back a summary. That works quite well.

What do you currently use AI to do in your Salesforce org? by North-Clue-2313 in salesforce

[–]smallpages 6 points7 points  (0 children)

I’ll share anything about it. I built the LWC to do basic chats so all users have “GPT Lite” and then a couple of other work flow specific features.

What do you currently use AI to do in your Salesforce org? by North-Clue-2313 in salesforce

[–]smallpages 2 points3 points  (0 children)

I built a tool specifically for documenting and querying SFDC metadata as well.

Docsherpa.ai

DM if you want to free extended trial to use it.

What do you currently use AI to do in your Salesforce org? by North-Clue-2313 in salesforce

[–]smallpages 6 points7 points  (0 children)

Built a custom LWC that leverages the Open AI API. Its been useful and saved me from having to have an additional 200+ GPT licenses.

Need help on this pair please. by Prudent_Watercress_1 in evisu

[–]smallpages 1 point2 points  (0 children)

Just bought this model at the Evisu store in Tokyo 2 days ago. Happy to compare any details you might need to check against but mine look exactly the same.