Feed
- Recent Activity
- Created Date
- Questions with an Accepted Answer
- Questions with No Accepted Answer
- Unanswered Questions
- Appexchage Apps
- Audience Studio
- Automation Studio
- B2B Commerce
- B2C Commerce
- Business Rules Engine
- Communications Cloud
- Consumer Goods Cloud
- Datorama
- Digital Engagement
- Education Cloud
- Education Data Architecture
- Einstein Analytics
- Einstein Bots
- Email Marketing
- Experience Cloud
- Financial Services Cloud
- High Velocity Sales
- Higher Education
- Integration
- Interaction Studio
- Journey Builder
- K-12 Architecture Kit
- Manufacturing Cloud
- Marketing Cloud
- Mobile Publisher
- MuleSoft
- MuleSoft API Manager
- MuleSoft Anypoint Code Builder
- MuleSoft Anypoint Platform
- MuleSoft Anypoint Studio
- MuleSoft CloudHub / RTF / On-Prem / PCE / Gateway
- MuleSoft Composer
- MuleSoft Connectors / SDK / DevKit
- MuleSoft DataWeave
- MuleSoft Design Center / API Designer
- MuleSoft Exchange
- MuleSoft For Agentforce
- MuleSoft For Flow: Integration
- MuleSoft Integrations
- MuleSoft Training & Certification
- Nonprofit
- Nonprofit Cloud
- Nonprofit Success Pack
- Outbound Funds Module
- Pardot B2b Marketing Automation
- Program Management Module
- Quip
- Revenue Cloud
- Sales Cloud
- Sales Cloud Einstein
- Salesforce CPQ & Billing
- Salesforce Developer
- Salesforce Field Service
- Salesforce Health Cloud
- Salesforce Maps
- Salesforce Platform
- Salesforce Surveys
- Service Cloud
- Service Cloud Einstein
- Service Cloud Voice
- Slack Basics
- Slack Certified
- Slack Community
- Slack Developers
- Slack Workflow Builder
- Tableau
- Automation
- AwesomeAdmins
- Data Management
- EducationHelp
- Formulas
- IdeaExchange
- New Releases
- NonprofitHelp
- Salesforce Developer
- SalesforceLive
- TrailblazerCommunityHelp
- TrailblazerDX
- Trailhead Challenges
- Trailhead Superbadges
- TrailheadGO
Filter
Hi everyone,
I've implemented Salesforce Data Cloud and AgentForce for a mobile app project. Here's the current setup:
- My mobile app stores data in a Heroku Postgres database.
- I use the Heroku Postgres Connector to ingest data into Data Cloud.
- This data is then used by AgentForce agents to provide real-time responses.
For all my data streams, I’m using:
- Refresh Mode: Incremental
- Record Modified Date-time: Updated At Field
- Schedule Frequency: None
- Refresh Data Stream Immediately: Enabled
My goal:
I want updated user data to be available in Data Cloud as quickly as possible after an action is taken in the mobile app. Ideally, this would be real-time, but I can tolerate a short delay (a few seconds to a couple of minutes).
My current challenge:
Right now, data only shows up in Data Cloud after I manually refresh the data stream. I assumed that enabling "Refresh Data Stream Immediately" would automatically update the records when changes are detected—but that doesn't seem to be happening.
What I've explored:
- Ingestion API: I read that it can ingest data every 3 minutes, which is closer to my goal, but still not exactly real-time.
My questions:
- What is the actual benefit of enabling "Refresh Data Stream Immediately" if I still need to manually refresh the stream to see new data?
- Is there any other recommended method to push Heroku Postgres data into Data Cloud with minimal latency?
- Any other Solution
I’d really appreciate any advice or best practices from the community. My goal is to ensure that AgentForce has access to the most up-to-date data from the mobile app to deliver the best user experience.
Thanks in advance!
#Agentforce #Data Cloud #Salesforce Developer
”Step not yet complete in Agentforce
We found more than one agent named CC Service Agent in your playground. Rename any duplicate agents.”
Hi, when I clicked the “Verify step to earn 100points” button at the end, I got the above message. I tried to deactivate one of ”CC Service Agent", refresh it, and click the Verify button again, but I get the same error message. If anyone else has had the same situation, please let me know how to fix it. Thank you.
#Trailhead Challenges
Today, 9:29 AM ご丁寧に有難うございます。
それぞれ対応策の回答がありますので、そちらをみてやってみようと思います。
in prompt builder there is new prompt template but in it ther is no sales email in prompt email type
Today, 9:19 AM Hi @Reshma M
- please make sure that you have enabled Einstein for sales from setup
Setup -- Einstein for sales -- enable it.
Thanks
Hello all,
We've been trying to launch Data capture flows from Work steps and Forms last 10th of July, but it did not work.
Are you experiencing the sames issues or is there something we're might be doing wrong ?
We're using Android v256.1.43.
Thank you for your comments.
Regards,
Hello everyone, we are in the process of migrating from vlocity(ins) to omnistudio standard. We had run the migration tool and fixed all errors that required a many fix and have switched to the standard runtime. However facing this issue while trying to uninstall the managed package as all the standard runtime wrapper generated are still pointing to the vlocity_ins namespace. The omniscript still opens vlocity_ins_auradesignerwrapper and not omnistudio one. Any clue on this issue,
Today, 9:04 AM @Nicollas Rocha Silva @Meera Parameswaran
salesforce provided new lwc tag for this recently, try this
<omnistudio-omnistudio-standard-runtime-wrapper
type="OS"
subtype="CalledFromLWC"
language="English"
record-id={contextIdValue}>
</omnistudio-omnistudio-standard-runtime-wrapper>
It worked for me and also it's not giving LWC deployment error.
Thanks!!
いつもお世話になっております。
Apexクラスで、「𠮷」という旧字体が含まれる文字列が入ってきた場合、正しい「left」や「length」の結果が得られないのですが、これはSalesforce上の制約として見過ごすしかないでしょうか。
「𠮷𠮷𠮷𠮷」をleft(2)で返すと「𠮷𠮷」ではなく「𠮷」、「𠮷𠮷𠮷𠮷」のlength()の結果は「4」ではなく「8」になってしまいます。
ご存じの方おられましたらご教授頂けますと幸いです。
Today, 2:54 AM @俊介 来住 さん
Salesforceの文字列関数の大多数は文字数でカウントしているのでUTF-8で4バイトの文字も1文字としてカウントされると思います。
逆にバイト数でカウントできる関数がないので以前苦労したような記憶があります。
(他のシステムとの連携時に相手側がバイト数だったので、上限値を超えてエラーになりましたね)
LEN
https://help.salesforce.com/s/articleView?id=platform.customize_functions_len.htm&type=5
単語または数値の長さの検出
https://help.salesforce.com/s/articleView?id=release-notes.rn_length_function.htm&release=234&type=5
salesforce transaction security policies how to send mail to trigerring user ?
#Transaction Security Policies
Manoj Nambirajan (Dell Technologies) Forum Ambassador
Today, 8:56 AM Transaction security policy related email notification can only be sent to actual users who are in the Org and we have to manually select them.
Normally the receipients of such policy should be an admin/support role related and you can define the recipients under the Actions tab of a security policy
I am unable to access the “Salesforce Certified Sales Cloud Consultant” certification maintenance. It redirects into Admin maintenance (Which I have already completed) instead.
#Certifications #Sales Cloud Consultant #Maintenance Credentials
Manoj Nambirajan (Dell Technologies) Forum Ambassador
Today, 8:53 AM try after a week may be.. probably content will be refreshed by then. It has happened to me too.
otherwise.. we raise a case with Certifications team and they will share the correct link for maintenance
I already tried to first implement the script before the close body tag. Since it was not working, I tried in the head section, following Pardot's support recommendation.
François Perret (Bamsoo) Forum Ambassador
Today, 8:52 AM Hi Gabrielle,
Sometimes the Pardot banner is not deactivated and prevents the tracking to happen (even though it may not even be visible). Check what you have in
Account Engagement Settings > Domain Management > Edit Tracking Optin Preferences
: "Request opt-in if visitor comes from specific countries" should be selected with no country added.
Hope this helps 😎
#SharingIsLearning #AccountEngagement
François.
PS : In order other Trailblazers to be pointed directly the most helpful answer, please do not forget to click “Accept this answer” below it.