Skip to main content

#Financial Services Cloud9 人がディスカッション中

On FSC (Financial Service Cloud),  In order to enable specific sharing requirements We  have enabled Compliant Data Sharing (CDS) for Account, Finserv_FinancialAccount Object. Now, we need to implement same for Opportunity  & Case Object.   

for Opportunity Object, we have object called OpportunityParticipant for CDS. However, not able to find any documentation on how to implement same for Case Object.  

 

All I found is using CaseProceedingParticipant to implement CDS but that is for Public Sector standard Object (Case Proceeding) not for real Case object.  

1 件の回答
0/9000

Is it possible to pull data into the Financial Account Party object from the Financial Account using a formula?  I don't see the Financial Account lookup when trying to create a formula field on Financial Account Party.   

1 件の回答
  1. 6月18日 16:12

    This appears to be available on the core version of FSC now.

0/9000
2 件の回答
  1. 2025年7月22日 22:11

    Just wanted to share this in case someone else is looking for a solution — I recently needed to mass assign Interest Tags to Accounts

    in the new Nonprofit Cloud, and here's what worked: 

     

    You can use the Topic and Topic Assignment objects to do this, no Apex or Flow required.

     

    ✅ Steps to Mass Assign Interest Tags:

    1. Open Data Loader
    2. Export all Interest Tags:
      • Select "Show All Salesforce Objects"
      • Choose the Topic object
      • Export to get the full list of Topic IDs (each Interest Tag is a Topic)
    3. Prepare your CSV for upload:
      • EntityId = the Account ID you want to tag
      • TopicId = the ID of the Interest Tag (Topic) you want to assign
    4. Insert into Topic Assignment:
      • Back in Data Loader, select Insert
      • Again, choose "Show All Salesforce Objects"
      • Select the Topic Assignment object
      • Upload your CSV

    That’s it! The tags will now appear on the Account records under the Interest Tags component. 

     

    Hope this helps someone down the line — worked great for us!

0/9000

I'm having some trouble automating action plans.  I'm using a record triggered flow to define criteria for an action plan running on an account.  Then I use a subflow to create an action plan for the account.  

 

The idea is to have the tasks in the action plan assigned to the account  owner but the only option is to assign the tasks to the action plan creator which is me via the flow.  Other than getting all the tasks I created and changing the owner ID after the fact is there a way to have the tasks assigned to the account owner initially?

 

I have tried enabling audit fields and running the autoplaunced flow in system context.  If I run the flow as me it assigns the tasks to me, if I run it as a user that will be using this no tasks are created.

 

#Financial Services Cloud

2 件の回答
  1. 6月5日 15:53

    @Ben Bolding

    , did you ever identify a solution? 

    @Artiom Anoutchin

    , with Action Plans you don't create the tasks directly through a flow.  You create an Action Plan record, which then creates the tasks/events/etc. 

     

    During the plan creation, these are the options you are given to determine who is assigned to the task that is created during plan execution. 

    , did you ever identify a solution? , with Action Plans you don't create the tasks directly through a flow. You create an Action Plan record, which then creates the tasks/events/etc.

     

    I have the same requirement as Ben, when a record changes, the owner of that record should be assigned the tasks defined in the action plan.  The person/integration changing the record is NOT the owner of the record.  

0/9000

I installed Financial Could managed package in my Org. In one of the scenario when I'm updating Financial Account, I'm facing an issue mentioned below.  FIELD_CUSTOM_VALIDATION_EXCEPTION, To complete this action, ask your Salesforce admin to give you access to the required fields:  AccountContactRelation.Contact    In debug log, I can see that FinServ.FinancialAccountTrigger is executed and exception thrown inside this class.    Am I missing any custom permission or License assignment to the User ??   

6 件の回答
0/9000

Hi,

We have a non-admin user with a custom profile and FSC Standard PSL assigned. This user has Read, Create, and Edit permission on Financial Account confirmed. But every time they try to create a Financial Account they get:

System Administrator creates Financial Accounts without any issue on the same org. 

 

We traced this to the FSC managed FinancialAccountTrigger. The trigger behaves differently based on whether the running user is a System Administrator or not — and for non-admin users it throws the error regardless of their CRUD permissions on the object. 

 

Has anyone run into this? Is there a specific permission, permission set, or configuration step required to allow non-admin users to create Financial Accounts in FSC? 

 

Any guidance appreciated.

1 件の回答
  1. 5月28日 11:15

    @Simran Singh the key is to separate case creation from email threading.

     

    If the requirement is only "let the manager create a Case from an email," then Salesforce Outlook/Gmail integration can work. You can expose a Create Case quick action in the Salesforce side panel, and Salesforce docs confirm users can create Cases directly from the email side panel. Attachments can also be logged to Salesforce as Files, depending on the email integration setup (https://help.salesforce.com/s/articleView?id=sales.outlookcrm_side_panel_create_actions.htm&type=5

     

    But if the requirement is "all future client replies must automatically stay on the same Case," then Email-to-Case needs to be part of the flow. Salesforce’s Email-to-Case threading works when outgoing Case emails and incoming customer replies are routed back through Email-to-Case. If replies only go back to the Account Manager’s personal inbox, Salesforce will not automatically attach those replies to the Case (Email-to-Case Threading

     

    The scalable design is usually: use one central Email-to-Case routing address, then configure mail-system forwarding or a controlled forwarding process from the AM inboxes into that address. Once the Case is created, assign it to the right Account Manager using Flow, assignment rules, or a mapping based on the original recipient/customer/account. Salesforce documents Email-to-Case forwarding as the standard pattern for routing emails into Cases (Salesforce Help | Article

     

    The one point to be careful with is the “send from the individual AM email” requirement. If the email truly goes out from the AM’s personal address and the customer replies only to that address, the reply will land in Outlook/Gmail, not automatically in Salesforce. You can show the AM as the owner/agent, but for automatic Case threading, the Reply-To path should route back to Email-to-Case. Salesforce also notes that the default reply From address can be the user’s address, so this needs to be tested carefully in your org (Default Email-to-Case 'From' address for replies to email

     

    My recommendation is to use Outlook/Gmail integration for manual Case creation if needed, but use Email-to-Case as the system of record for the lifecycle. If the business insists on true personal inbox ownership for the full thread, then you are likely looking at a custom Microsoft Graph/Gmail API integration rather than standard Email-to-Case alone.

0/9000

I'm running up to the deadline to be compliant with Reg S-P. I've contacted Salesforce to get their statement assuring notification of breaches of their system that may expose our data. The regulation says they need to notify us within 72 hours. My "rep" says this requires a legal addendum to our contract. I find that hard to believe. 

1) Has anyone been told the same? 

2) Has anyone found a different method that meets compliance? (ex: SF Documentation they are compliant with GDPR) 

 

Thanks, 

Bob

2 件の回答
  1. 5月11日 13:40

    Bob — yes, you're not alone. We've heard the same from others navigating this with large SaaS vendors. Salesforce routing it through a legal addendum is pretty consistent with how they've handled similar requests. 

     

    To your second question: beyond a formal addendum, other approaches that firms have used include a written questionnaire or attestation from the service provider acknowledging the 72-hour notification obligation, or documenting a risk-based vendor oversight decision if a contractual commitment isn't obtainable. The SEC gave some flexibility here — what matters is that your written policies reflect a reasonable effort to obtain that assurance and that you can demonstrate it during an exam. 

     

    On the preparedness side, it's worth getting clear now on exactly what NPI lives in your Salesforce org — things like account numbers, SSNs, income data, credit info, or transaction history. If a breach occurs, Reg S-P requires you to notify affected individuals within 30 days of becoming aware, and the notice needs to clearly describe what information was compromised, the potential risk of harm, and what steps individuals can take to protect themselves. Knowing your data footprint in advance makes that process significantly less painful. 

     

    For what it's worth, our team at LASER Credit Access works with financial institutions on Salesforce regularly and these compliance questions come up a lot. Happy to compare notes if it's helpful. Good luck on the deadline.

0/9000

📢We're looking for a Remote Salesforce professionals!

 

Hello everyone, I wanted to share the following remote job openings at DX Foundation:  

Salesforce Solutions Architect ( #Manufacturing Cloud and #Agentforce) - Contractor (Remote)

 

https://www.applicantpro.com/openings/dxfoundation/jobs/4061944-989849

 

Solutions Architect ( #Service Cloud Voice) - Contractor (Remote)

 

https://www.applicantpro.com/openings/dxfoundation/jobs/4061966-989849

 

Salesforce Scrum Master (Agile Delivery) - Contractor (Remote)

 

https://www.applicantpro.com/openings/dxfoundation/jobs/4061928-989849

 

#MuleSoft Architect - Contractor (USA)

 

https://www.applicantpro.com/openings/dxfoundation/jobs/4062056-989849

 

 

Salesforce Solutions Architect ( #Financial Services Cloud) – USA (Remote)

 

https://www.applicantpro.com/openings/dxfoundation/jobs/4061984-989849

 

 

Salesforce Principal Architect - USA (Remote)

https://www.applicantpro.com/openings/dxfoundation/jobs/4061944-989849

 

 

 

#Jobs #Open Jobs #Remote

0/9000

Hi All,

 

I am configuring a custom ARC graph for the Person Account record, and running into an issue with displaying fields for the Contact-Contact relationship record nodes, as well as Account-Contact Relationships not displaying the record name. See attached. Any insights?

 

Thank you,

Salesforce FSC: ARC Issue

3 件の回答
0/9000

Hi all !  Do you know if FSC can get financial data from suppliers such as life insurance, banks etc ?  I'm trying to understand if it's possible to agregate external financial data within Salesforce.  Thanks a lot !   

2 件の回答
  1. 3月30日 9:43

    Hi Michael - yes this is a common scenario for our customers given on the whole, financial account data is mastered outside of Salesforce and then ingested to perform a particular task. Various integration options are available including via batch or API, of course we have Mulesoft to help, and also via Data Cloud would be another option. 

0/9000