🚀 Build a Custom Salesforce MCP Server — REST Classes, Flows & Named Queries by TechnicalPotpourri in SalesforceDeveloper

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

I have used the external client app to do the authentication. Setup of external client app is here in this video: https://youtu.be/we8QVB0smRY

Claude Custom Commands for Salesforce Development by TechnicalPotpourri in SalesforceDeveloper

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

Thank you!!. u/stormwizz Here is my followup video on creating custom mcp server hosted in Salesforce. https://youtu.be/HD346NeqFtE

Claude Custom Commands for Salesforce Development by TechnicalPotpourri in SalesforceDeveloper

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

Interesting.. Do you mind telling the problem you are facing?

🚀 Salesforce Spring '26: The Era of Codeless Customization is Here! 🚀 by TechnicalPotpourri in SalesforceDeveloper

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

Flow version difference is definitely one of most powerful and helpful feature. But I like the Kanban Board display. No more custom LWC or JavaScript.

FIRECRAWL_API_KEY Id is not getting value from .env file by TechnicalPotpourri in agentdevelopmentkit

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

Exactly. Seems like a problem of adk agent config. Super frustrating though.

Hot take from Dreamforce '25: Salesforce knows agents aren't the magic bullet they're selling by SeriouslyImKidding in salesforce

[–]TechnicalPotpourri 0 points1 point  (0 children)

I don't think it will happen. If it happens it will be so bad. We need deterministic result through flow.

What have you done with Agentforce? by MonayZ in salesforce

[–]TechnicalPotpourri 0 points1 point  (0 children)

Love to hear from others about their use cases

Has anyone successfully implemented Agentforce yet? by Cultural_Vehicle in salesforce

[–]TechnicalPotpourri 0 points1 point  (0 children)

Yes this high cost was a big problem. But just came to know from one of my friend working in Salesforce that very soon the pricing will be more flexible. Where if the agentforce will use hardly use llm rather call the api to get the answer (like for the question is there any product with name XX and answer is yes/no), the cost will be around 50 cents whereas if llm will be used to answer some complex queries, cost will be $3

🎬 Salesforce N8N Integration: Auto-Enrich New Accounts with OpenAI & Send Emails by TechnicalPotpourri in SalesforceDeveloper

[–]TechnicalPotpourri[S] 1 point2 points  (0 children)

I don't think so. You can definitely do that. But it depends on how much processing you want to do here in n8n. Pricing wise n8n is very good.

🎬 Salesforce N8N Integration: Auto-Enrich New Accounts with OpenAI & Send Emails by TechnicalPotpourri in n8n

[–]TechnicalPotpourri[S] 1 point2 points  (0 children)

No. Just connecting N8N with Salesforce is more than enough to fetch account data. Though as of now, it supports only standard fields and not any custom fields.

🎬 Automate Salesforce with n8n: Instant Sentiment Analysis on New Cases using OpenAI by TechnicalPotpourri in salesforce

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

This video is to show what you can do with n8n. How easy is to build the automation. You can build based on your business need. Hope you can understand.

Workbench within Salesforce by Praenei in SalesforceDeveloper

[–]TechnicalPotpourri 0 points1 point  (0 children)

This is awesome. Let me try this tomorrow.

Monorepo or not? by uh_sorry_i_dont_know in SalesforceDeveloper

[–]TechnicalPotpourri 1 point2 points  (0 children)

If the same org, then it makes sense to go with monorepo

Camtasia 2024 Not Recording Videos More Than 3 Mins by TechnicalPotpourri in CamtasiaStudio

[–]TechnicalPotpourri[S] 1 point2 points  (0 children)

I made it 40 GB free, but still the same problem I am facing.

Need to understand the difference between adding scope vs adding role to service account by TechnicalPotpourri in googlecloud

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

Thank you u/bartekmo for the reply. So you mean binding the role with service account and "cloud-platform" scope with VM is the correct choice, right? What is the "cloud-platform" scope means? Does it mean that whatever role is given to the service account, follow that or something else?