Skip to main content
New tool CRON Expression Builder — preview next run times before you schedule Apex. Open the builder →
A 3D interface console visualizing the Setup with Agentforce environment for Salesforce admins
Admin

Setup with Agentforce: A Technical Guide for Salesforce Admins

Setup with Agentforce is a beta assistant that builds objects, audits permissions and answers access questions from a prompt instead of the Setup menu. This walks through switching it on, and through the parts an admin still has to check.

The short answer

Setup with Agentforce is a beta assistant on the Setup home page that takes plain-language requests to create objects, generate formulas and audit permissions. It needs Data Cloud, Einstein Generative AI and Agentforce provisioned, plus the Customize Application and Use Setup with Agentforce permissions.

Key takeaways Treat anything the AI configures as a draft. Prompts that name the fields, relationships and naming conventions you want produce better output. Test in a sandbox before this goes anywhere near production, especially where complex object relationships are involved. The agent speeds up Setup navigation. The architecture calls, data normalization and the security model are still yours. When it cannot perform an action, use the documentation links it gives you to get through the manual configuration faster.

Overview of Setup with Agentforce

Setup with Agentforce puts an assistant on the Setup home page that you talk to in plain language instead of clicking through the menu. You can ask it to handle configuration, audit permissions and model data. It is still in beta, which is worth keeping in mind when you look at what it hands back.

Getting started: configuration and prerequisites

The agent will not show up until the org is provisioned for it:

  1. Enable Data Cloud in your org, along with Einstein Generative AI and Agentforce.
  2. Give users these permissions:
    • Customize Application
    • Data Cloud User
    • Use Setup with Agentforce
    • Execute Prompt Template
  3. Check that the user has access to the default Data Cloud data space.
  4. Open the new Setup with Agentforce page in the Setup menu and turn the feature on.

Practical use cases for admins

1. Data modeling and object creation

Ask for a custom object or a set of fields in plain language and the agent tries to follow sensible architecture.

If what you describe duplicates standard functionality, like an 'Account' or a 'Contact', it will often point you back at the standard object instead. Check the field types it picks, though. In the current beta some of the complex types, including the custom Address field, are not supported and can come back as Text Areas.

2. Formula generation and validation

The agent also helps with complex formula fields and validation rules. If you are already in the formula editor, the Use Formula Assistant button will generate or debug the logic in place.

Read what comes back before you save it. Clear AND/OR logic holds up better than deeply nested IF() statements when someone else has to maintain the formula.

3. Permission and access auditing

This is where you stop opening profiles and permission sets one at a time. You can ask the agent:

  • which users hold a specific system permission, Modify All Data for example
  • how a user ends up with access to a particular object or field
  • to create or change a permission set from a prompt

4. Org health monitoring

The Setup home page now has health tiles you can use to watch security metrics and Apex class API versions, so the version check becomes a bulk exercise instead of a page by page one.

Handling unsupported requests

When the agent cannot do something itself, it falls back to guidance. It pulls the matching articles from help.salesforce.com and deep links you to the specific Setup pages you need to finish the job by hand.

Originally reported by salesforceben.com

Newsletter

One email every Tuesday

New guides, tool updates, and the release-note changes that break things.

No spam. Unsubscribe in one click.

Comments

Loading comments...

Leave a Comment