Skip to main content

#Enterprise Architecture4 人正在讨论

𝗔ft𝗲𝗿 𝗺𝗼𝗿𝗲 𝘁𝗵𝗮𝗻 𝟮 𝘆𝗲𝗮𝗿𝘀 𝗯𝘂𝗶𝗹𝗱𝗶𝗻𝗴 𝗲𝗻𝘁𝗲𝗿𝗽𝗿𝗶𝘀𝗲 𝗔𝗜, 𝘄𝗲’𝘃𝗲 𝗰𝗼𝗺𝗲 𝘁𝗼 𝗼𝗻𝗲 𝗰𝗼𝗻𝗰𝗹𝘂𝘀𝗶𝗼𝗻: 

  

The AI industry is optimizing for the wrong metric. 

  

Everyone is asking: “How smart is the model?” 

  

Enterprise teams should be asking: “𝗖𝗮𝗻 𝗜 𝘁𝗿𝘂𝘀𝘁 𝘁𝗵𝗶𝘀 𝗔𝗜 𝘁𝗼 𝗲𝘅𝗲𝗰𝘂𝘁𝗲 𝗺𝘆 𝗯𝘂𝘀𝗶𝗻𝗲𝘀𝘀 𝗽𝗿𝗼𝗰𝗲𝘀𝘀?” 

  

The hardest part isn’t getting an agent to answer a question. 

  

It’s getting it to reliably complete an end-to-end workflow. 

  

Take a customer refund. In production, the agent has to do more than understand intent: 

  

✅ Validate the request against business policies 

✅ Decide what can be auto-approved vs escalated 

✅ Pause execution while waiting for human approval 

✅ Resume from the exact same state later (not restart) 

✅ Update the right CRM records 

✅ Produce an audit trail for every decision 

  

None of that is a prompting problem. It’s an 𝗲𝘅𝗲𝗰𝘂𝘁𝗶𝗼𝗻 𝗽𝗿𝗼𝗯𝗹𝗲𝗺. 

  

𝗪𝗵𝗮𝘁’𝘀 𝘁𝗵𝗲 𝗯𝗶𝗴𝗴𝗲𝘀𝘁 𝗯𝗹𝗼𝗰𝗸𝗲𝗿 𝘆𝗼𝘂’𝘃𝗲 𝗳𝗮𝗰𝗲𝗱 𝘄𝗵𝗲𝗻 𝘁𝗿𝘆𝗶𝗻𝗴 𝘁𝗼 𝗺𝗮𝗸𝗲 𝗔𝗜 𝗮𝗴𝗲𝗻𝘁𝘀 𝗽𝗿𝗼𝗱𝘂𝗰𝘁𝗶𝗼𝗻-𝗿𝗲𝗮𝗱𝘆 𝗶𝗻 𝘁𝗵𝗲 𝗲𝗻𝘁𝗲𝗿𝗽𝗿𝗶𝘀𝗲? 

  

#EnterpriseArchitect #Enterprise Architecture #AIAgents #AI #Salesforce #Salesforce Developer #CRM #CRM Configuration

1 条评论
  1. 8月5日 11:00

    This really resonates.

    One thing I've noticed is that most benchmarks focus on whether an AI agent can produce the right answer.

    In production, that's only one piece of the puzzle.

    The bigger questions become: 

    • Can it follow business policies? 

    • Can it recover from failures? 

    • Can it handle long-running workflows? 

    • Can you explain every decision it made?

    Curious to see how the industry evolves over the next few years.

0/9000

Hi,

I have come across a strange issue. There is a field in Quote (standard object) which get enabled when we allow creation of quote without a related opportunity. The field is a lookup to Account and API name is QuoteAccountId. The problem is, I can access this field in apex triggers, making a describe schema calls in apex classes but the field is not available while doing SOQL, reports and not availble as well in Data Loader. 

I searched a lot but could not find any resource on this. Any help will be highly appreciated.

4 个回答
  1. 3月20日 11:24

    Update the API version of the class to the lastest available version. it should resolve the issue. worked for me. 

    Hope this helps.

0/9000
Hello everyone!

My organization is attempting to transition our code base to SFDX. One of the things I wanted to implement was an automated process that would set up a scratch org. However, I'm not sure that's possible. I am following the instructions laid out in this doc:

https://developer.salesforce.com/docs/atlas.en-us.health_cloud.meta/health_cloud/admin_install_package.htm

So, first question, I have an install link to the health cloud package, is there any way to install that package from the command line using force:package:intall? I have tried to pull the package into my local environment and then push that to a scratch org, but I get errors (field tracking isn't enbled for some objects). I'm trying to find a way to eradicate manual steps in scratch org setup.

Secondly, there is a configuration step that requires going to Account Settings in Setup and enabling 'Allow Users to relate a contact to multiple accounts'. Is it possible to somehow enable this in the SFDX projects configuration file?

Thanks so much!
5 个回答
0/9000

Hi Everybody,

I working on the integration between Genesys Pure Cloud and Salesforce. The challenges we are facing are related to the fact that the client's contact centre currently handles all channels via Genesys. In particular, they leverage workforce management, quality assurance and real-time monitoring capabilities provided by Genesys Cloud across all channels.

Normally, the right solution to apply would have been when SF comes into play:

  1. Use the adapter to handle voice interactions
  2. Use SF omnichannel capabilities to handle text-based interactions (chat, email, WhatsApp, SMS, etc...)
  3. The adapter would guarantee the synchronization of the agent status between GC and SF

Unluckily, the option described above won't allow us to preserve WFM, QA and RT monitoring for all the channels that will not pass through Genesys (see point 2). 

This was a digest of the story that is bringing me to consider an option where

  1. All interactions will flow through Genesys as it happens today for the client
  2. The adapter will basically handle the UI integration between the two systems
  3. No omnichannel capabilities in place

My questions are:

  • Does anyone have experience with such a similar scenario?
  • How is the CSR experience with text-based interactions (e.g. with a chat)? The chat should be handled in a Genesys frame. Correct? Is this frame integrated into the console? Or will it be promoted as a separate screen?

I don't have the chance to test this scenario and I didn't receive any useful advice from Genesys. 

Thanks in advance for your support!

Regards,

Piero
1 个回答
  1. Ines Garcia (get: Agile) Forum Ambassador
    2025年8月15日 10:52

    @Rahul Mishra

    if you would have read the thread... these are high-street general llms responses also... 

    thanks to chip in the forum, but please refrain to self promote here that is not the purpose of the channel and ultimately has detrimental effect on your brand. If you are a partner you have in the partner portal tons of resources to help you with an actual go to market strategy, also a very knowledgeable and experienced team at hand to help you.

0/9000
Is it possible to find a field with a specific name on the whole org? For example, I want to find a field called "employee native language". Are there ways I can do this?

 
4 个回答
  1. 2025年7月2日 13:43

    I am also looking for the help on same scenario like finding for one field in my entire org but i don't have any info on where this field is located on which object. 

     

    thanks in advance.

0/9000

Hello everybody,

I would like to give our sales the chance to add a text to a quote template, where they can pick a predefined title and optional also change this predefined sentence.

This possiblity is available in tasks, where I can predefine some text for the subject field, but I also can add only a text.

Does anybody know if this would be possible for a custom field, or is this funciontality only available at the subject field of tasks.

Thank you, best

Natascha
1 个回答
0/9000
I've configure an AWS account with permission to user amazon comprehend and I've set it up as a named credential in my org.

But whenever I try to use it to setup Sentiment Insights for Feedback Management I get the following error:

"We couldn't save the named credential. Edit the credential or select a different one and try again."

Unable to connect to AWS when setting up Sentiment Insights on Feedback Management

Has anyone faced the same issue?

To create the named credential i followed this doc (https://help.salesforce.com/s/articleView?language=en_US&id=sf.ev_relay_create_named_credential.htm&type=5)

To setup sentiment insights I'm following this doc (https://help.salesforce.com/s/articleView?id=sf.concept_survey_sentiment_insights.htm&type=5)
3 个回答
  1. 2025年4月7日 17:52

    Hey @C3C Software, I am running into a similar issue. I know this was from a long time ago, but I wanted to see if you ever found an answer to what was causing this. Any insights would be appreciated. Thanks!

0/9000

What does it take to be a Enterprise Architect? 

 

Join @Shelly Sousa for Be More Enterprise Architect to learn more about the role and blaze your own trail to Enterprise Architect. 

 

Listen via the Audio Podcast Platform of your choice

Watch on YouTube 

 

#BeMore #TrailblazerCommunity #Trailblazer #Enterprise Architecture #Architects #Salesforce Platform

 

@* Salesforce Platform * @Trailblazer Community Cove @* Customer Success * 

2 条评论
0/9000
0/9000

🪑 Pulling a seat up at the table! 🌵Cactusforce is hosting 📐Architect Dreamin' for their inaugural US event in January!  

 

Cactusforce was a community long before it was a conference. Our motto, "more code, less fluff" sprung out of our desire to focus on sharing knowledge and helping elevate our fellow Trailblazers. We chose to focus on Salesforce developer and architects because in 2018, Trailhead could only take us so far.

The need for Well Architected solutions and a Journey To CTA exposed a gap for those moving towards designing, not only building drove the formation of our events. 

 

More space! More learning! Along with @Steve Simpson and the 🌵Cactuforce Cactus Crew, we are proud to host 📐Architect Dreamin' in Scottsdale!  

 

Architect Dreamin' Call for Participation closes Monday, November 18th, 2024 PM ET/11:59 PM!

https://architectdream.wpengine.com/call-for-participation/

 

Get an amazing discount for attending both events! Cactusforce + Architect Dreamin' 2025 Tickets

(https://www.cactusforce.com/shop/2025-cactusforce-tickets-c9tma)

 

🌵Cactusforce is bring its usual awesome content and awesome t-shirt. In January '25, you can get direct access to Salesforce Certified Technical Architects (CTA), discuss complex technical and system architectural challenges for your enterprise. Get real answers to the problems you are trying to solve. At both events, you'll have the opportunity to learn from experts who have seen, experienced, and solved some of the most impossible issues.

 

@Melissa Shepard @Architect Group, Phoenix, US @Developer Group, Phoenix, US @Admin Group | Phoenix  @WIT Group, Phoenix, US @Paul Mccollum MVP @Adam Olshansky @Jennifer Olson @Susan Thayer

 

#Enterprise Architecture

1 条评论
0/9000