I have uploaded the pdf corresponding to the Salesforce Object and want to extract the data from the that pdfs through the prompt template
Is there anyone who can help me regarding that/
I have uploaded the pdf corresponding to the Salesforce Object and want to extract the data from the that pdfs through the prompt template
Is there anyone who can help me regarding that/
Hi once again community! In the Field Service app I have created three separate Field Service Mobile flows to upload pictures to the Work Orders from our installations, in the different flows I have multiple File Upload components. From time to time, the users are reporting that they receive the following error message: This error occurred when the flow tried to create records: LINK Photo:_XXXX Document with ID: XXXXX is already linked with the entity with ID: XXXX: Linked Entity ID. I have tried to replicate it but I'm unable to, does anyone have any idea?
We are working on data cleanup to reduce the count of all contacts but we need to delete some records in bulk from a non-sendable DE as well. We are using some automation to filter the data from this DE and then using it for sending emails using a different sendable DE.
We were able to delete data manually one by one from this non-sendable DE but we need a solution to delete around 200,000 records at once. Please suggest.
How about flagging the records to be deleted and using SSJS to remove them?
https://medium.com/p/8bf0d5639a44Hi All,
what are the CPQ limitaitons in Salesforce CPQ ?
Can you please give me some points about CPQ limitations?
#Salesforce CPQ & Billing
Below are few resources which has details on CPQ limitation.
https://help.salesforce.com/s/articleView?id=000382962&type=1
https://www.salesforceben.com/salesforce-cpq-optimization-challenges-to-overcome/
https://help.salesforce.com/s/articleView?id=000381218&type=1
https://itwire.com/business-it-sp-511/business-it/what-are-the-limitations-of-cpq-in-salesforce.html
Thanks!
We currently use a connected app to add functionality to enable users to log into our third party app using their Salesforce credentials. This is done using Salesforce as an Identity Provider (IdP).
I have a previously unanswered question
about techniques for using Salesforce as an Identity Provider logging into our third party application.
We have solved this by using the first technique, setting up a connected app. However this means we will have to do this for every different organisation that wants to use our app which is not scaleable.
We understand that the second option, setting up a Connected App in our org and linking to it as per this solution, would work.
However there is a known bug
which prevents us from using this technique. Salesforce are not prioritising a fix given that Connected Apps are associated with 1GP packages and 2GP packages (which we are actually using) are the way forward.
We were told that we should use an External Client App instead of a Connected App. However, External Client App's do not support SAML.
Has anybody enabled login with Salesforce credentials using a different technique?
Thanks Matt for you answer. This is ultimately what we are trying to do. Maybe we have been advised badly but my understanding is that there still needs to be a link created to our dev hub org connected app and the installation that we are doing for the client. It is this bit that is failing (I think).
Do you know if this is the correct approach? What I mean is that are we able to simply use our connected app without deploying anything onto the client's org?
1st - can we update the data after creating data stream from csv file or it one time only?
2nd - I am not able to create New formula field as this is disabled while creating data stream from upload from local drive.
Can anyone help on this.
Unfortunately I am not able to see "new formula field" button on data stream record page.
Streams that created from other than local file. I am able to see but for local file its not available
It was noted on the resource that it should be available around the 30th of April. Does anyone have a link?
This is what we have for Salesforce release in a box.
https://admin.salesforce.com/releaseinabox
https://admin.salesforce.com/blog/2025/admin-summer-25-release-dates-countdown
Thanks!
Hi Team,
While I am trying to set up a Installed Package - I cant see the client secret and also I see a new feature i.e. Staged Secret.
Can you please help me understand how can I see the client secret
and
what is this staged secret?
please find snapshot attached for reference.
Thank you team!
Hi @Shruti Piya
Multi-tenant AppExchange apps use the same client ID and client secret for all of their customers. For staged secret details check below documentation.
https://developer.salesforce.com/docs/marketing/marketing-cloud/guide/rotate-oauth2-secret.html
Thanks!
Hi,
I have created a Facebook Messaging channel, but when messages are sent to the facebook page it's not getting received in omni channel even when agent is on available-chatting status.
I have created using below video.
How to Set Up a Facebook Messenger Messaging Channel in Salesforce
Thanks in advance
In In the messagin session record page, add the enhanced conversation component.
In Messaging session record page --> Edit page --> Drag and drop the
Enhanced Conversation component --> activate it with your preference.
Mark as helpful if it solved your issue
Hello everyone,
I'm looking for some guidance, as I haven't worked with Salesforce before.
We're building a Salesforce integration using OAuth2, allowing our clients to connect their Salesforce instances so we can retrieve data via the Tooling API. Our goal is to use the standard OAuth2 authorization flow.
Based on the Salesforce documentation, it seems that creating an External Client App is the recommended approach. I've experimented with this by setting up the app locally, installing it in a dev org, and successfully pulling data.
However, I’m a bit confused about the packaging process. If I understand correctly, I need to package the app to enable installation in customers' Salesforce instances. Since my app doesn’t contain any custom code—just OAuth configurations—I'm unsure how a 2GP package would fit into this scenario.
Am I on the right track? Any insights would be greatly appreciated!
Thanks in advance, Jacob
Hi Akash and Logan, Thank you for your responses. In the end, we decided to create a connected app because we were in a bit of a hurry to launch the integration and didn’t get an answer in time. In the future, we’ll continue the migration from connected app to external connected app, and hopefully everything goes well