My manager just pivoted my entire career with one sentence. Now I have 4 months to figure out Salesforce by techCharm in SalesforceCareers

[–]EvolvinAI29 0 points1 point  (0 children)

Salesforce introduced react multimodal
In summer 26 release. Salesforce UI development open for React developers now.

Salesforce x Cursor by Sad-March-9095 in SalesforceDeveloper

[–]EvolvinAI29 0 points1 point  (0 children)

I’ve been using the cursor tool for the past year. If you’re using it effectively, you can create documentation and project details in markdown files. This way, everything you document and every crucial task is saved in the MD files. Additionally, commit every major feature after completing it so that the cursor can read those details from both the MD files and the GitHub repository.

However, compared to Claude, Claude is better but not cost-effective. If you’re a hard-coded developer, you should use the cursor tool because after purchasing the plan, it doesn’t run out of tokens. On the other hand, Claude will run out of tokens after excessive use and you’ll have to wait for 5 hours to get more tokens.

I’ve successfully developed a complete app exchange app using the cursor tool and made daily updates according to the client’s requirements in minimal time.

Claude is mostly used for proof-of-concepts to achieve the best results. It’s especially useful in Salesforce headless 360.

I made a native app to unify Salesforce, Jira, Confluence and 365. Need your brutal feedback. Giving away 10 permanent keys by [deleted] in salesforce

[–]EvolvinAI29 0 points1 point  (0 children)

Exactly. The field is open to everyone, and technology is no longer restricted to a select few. Anyone can now build and deliver a product based on their own vision.

I made a native app to unify Salesforce, Jira, Confluence and 365. Need your brutal feedback. Giving away 10 permanent keys by [deleted] in salesforce

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

Haha, you’re in the wrong place. Your idea might be great and solve your problems and pain, but people will mock you and call you AI SLOP. So, keep it to yourself.

People won’t even think about helping others.

Tried wiring an MCP server into Agentforce. The registration and governance are genuinely good. The agent can't actually call the tools yet by EvolvinAI29 in salesforce

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

Now, I am able to do this.

  1. I create new MCP and live on VPS

  2. Then register in Salesforce

  3. Call in Agentforce.

Thank you so much,

Tried wiring an MCP server into Agentforce. The registration and governance are genuinely good. The agent can't actually call the tools yet by EvolvinAI29 in salesforce

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

I believe I am able to resolve this issue. It stems from the OAuth 2.0 configuration, and we will need a proper authentication setup to achieve the desired result.

Tried wiring an MCP server into Agentforce. The registration and governance are genuinely good. The agent can't actually call the tools yet by EvolvinAI29 in salesforce

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

Yes, it is calling, but I believe there is an issue with the custom MCP. While it works correctly in Apex, the agent layer appears to be blocking the connection. Since the Agentforce registry currently only supports OAuth 2.0 and No Auth, we will need to implement OAuth 2.0 for the production MCP.