Skip to main content

#Financial Services Cloud21 discutindo

We use the activities timeline on both Financial account pages and Account pages (Person, Household, Institution). On the financial account page, our activity timeline has one of our custom Task record types "Compliance Task" as an option to submit directly there. We do not have it on any other activity page on any other lightning page. I am trying to figure out why it is only showing there? I would like to have it be available option on all pages.  

Customize Salesforce Lightning component for Activities Timeline

 

 

Account Level Activity Options.png

 

 

 

#Financial Services Cloud  #Tasks  #Lightning Web Components

2 respostas
  1. 18 de ago., 16:35

    Hi Martin - the activity composer options (the tabs you 'submit directly' from in the timeline) don't come from the Activity Timeline component itself - they come from the page layout's 'Salesforce Mobile and Lightning Experience Actions' for that object. So your 'Compliance Task' option shows on the Financial Account page because a custom quick action (a Create-a-Record > Task action defaulted to the Compliance Task record type) sits in that object's page-layout actions, and it's simply missing from the other objects' layouts. 

     

    To get it on the other pages: 

    1. Find the action: Setup > Object Manager > Financial Account > Page Layouts > (the layout you use) > 'Salesforce Mobile and Lightning Experience Actions' - locate the Compliance Task action and note whether it's a Global action or a Financial-Account-specific one. 

    2. If it's a global quick action: add it to the 'Salesforce Mobile and Lightning Experience Actions' section on the Account page layouts too - and remember Person, Household, and Institution are Account record types in FSC, so add it to each Account layout those record types use (check Page Layout Assignment). 

    3. If it's an object-specific action on Financial Account: you can't reuse it on Account, so create an equivalent object-specific quick action on Account (New > Create a Record > Task, then default the record type to Compliance Task) and add that to those layouts. 

    4. Confirm the Compliance Task record type is assigned to the relevant profiles - it clearly is where it works, but worth checking for the profiles hitting the other pages. 

     

    The mental model: the composer follows each object's page layout, and each object (and record type) can use a different layout - that's why it appears on one and not the others. Add the action to those layouts and it'll show everywhere. 

     

    Hope that sorts it!

0/9000
1 resposta
0/9000

Unable to access Browse Catalog button on quote page - gave these permission sets still its not visible. 

 

Product Discovery User,  

Product Catalog Management Viewer,  

Salesforce Pricing Run Time User 

 

#Salesforce Developer  #Financial Services Cloud  #Salesforce Developers

1 resposta
  1. 12 de ago., 11:43

    Make sure that you have an active context definition present in system (Pricing discovery)

0/9000

Subject / Title: FSC Digital Lending: How to prevent duplicate/redundant Tasks from being created during Stage transitions?

Question / Details:

Hi everyone,

We are using FSC Digital Lending (Stage Management) and noticing an issue with Task generation as a Loan Application moves through its lifecycle.

Every time the application transitions or re-enters a stage with configured Tasks, new duplicate Tasks are being created. Furthermore, previous/redundant Tasks remain in an Open state rather than being updated or closed automatically.

Questions:

  1. Is there an out-of-the-box configuration or flow setting in Stage Management to prevent Task duplication when moving between stages?
  2. What is the recommended best practice for handling open/redundant tasks when an application moves forward or steps back in the Stage pipeline?

Any insights on product behaviour or workaround patterns generally recomended by SF FSC (e.g., custom Flow checks, Task status automation) would be greatly appreciated!   

@* Financial Services Cloud * 

0/9000

We have regular bulk creations of tasks that are created on the financial account. We are trying to get the task to be on the financial account, but rollup to the household as well. I have confirmed all our standard rollup settings are marked to rollup objects and activities from the financial account to the person account and then to the household. But it is not working. Is there an automation or flow that is needed to make this happen? 

Why aren't my tasks rolling up to the Household

 

Screenshot 2026-07-29 090811.png

 

Screenshot 2026-07-29 090832.png

 

@* Financial Services Cloud *

 

 

#Financial Services Cloud

1 resposta
  1. 6 de ago., 11:08

    HI @Martin Dahlquist If the standard rollup settings are already enabled, no additional Flow is normally required. Activity rollups only work when the task is related through the expected relationship (for ex : the Related To (WhatId) points to the Financial Account and the Financial Account is correctly linked to the Person Account and Household). If tasks are being created in bulk through automation or an integration, verify that the WhatId and related records are populated correctly. If everything is configured correctly and the rollup still doesn't occur, it may be a limitation of how the tasks are being created or a product-specific issue worth checking in the debug logs or with Salesforce Support.

0/9000

I have a question about action plan tasks. When you use the action plan functionality it creates a task. How do you differentiate between "Normal" Tasks and action plan tasks? 

This is mainly for reporting against action plan tasks vs non-action plan tasks and using it down the line.

 

@* Financial Services Cloud *

7 respostas
  1. Tom Bassett (Vera Solutions) Forum Ambassador
    8 de dez. de 2021, 18:13

    Hello,

     

    There doesn't appear to be a standard or packaged field for these purposes.

     

    However the Task Object does have a relationship to the Action Plan Item Object.

     

    When a Task is created as a result of a Item a Record in this Object is created and the Task is stored in the ItemId field.

     

    Therefore using a Record Triggered Flow on Task Creation (or something similar) you could search for a matching Action Plan Item. If one is found you can then take the necessary action for example checkbox = TRUE.

     

    Thanks, Tom

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

1 comentário
0/9000

Hello, I am hoping there is an easy fix on this that I am not finding. I have been trying to update our Lightning page for tasks. In the Highlights Panel, there are Action buttons. We have actions for Log a Call and Follow Up. However, these actions are not showing up on the page when selected. Is there a reason why these action buttons can't be used on a task page? Are the action buttons object specific? Thank you. 

 

Lightning Page Highlight Actions not showing

 

 

 

#Financial Services Cloud  #Lightning App Builder  #Global Actions  #Tasks

4 respostas
  1. 29 de jul., 19:12

    Yes, I would create a screen flow that can be launched through an action button directly from the task record. Within the screen flow you have the choice to present the fields you need the advisor to fill out and can automate anything behind the scenes. 

     

    If the logged call is all that is needed from the advisor, the screen flow could also mark complete the initial task to save manual effort.

0/9000

Our lending teams use Opportunity Management in a very simplistic way to capture pipeline and funding details. We are looking at transitioning a Commercial Loan process that currently resides in another system into Salesforce. It is your basic Commercial Loan Onboarding: guarantors, co borrowers, fees, conditions, collateral, etc. I see there are additional FSC objects like Financial Deal and I'm wondering if anyone is using Financial Deals in addition to Opportunities. I don't want to overcomplicate the process by introducing a new and separate object, but it seems that this object is part of the new FSC Data Model.

2 respostas
  1. 18 de jul., 04:45

    Ditto. I believe Financial Deal is the strongest fit when there's a requirement to collaborate/share sensitive data with participants.

0/9000

Working with an org that uses FSC, and wants to link outside contacts (parented to different account) to a Household (professional contacts such as CPA, attorney, etc). This is preferred to setting up Contact-to-Contact relationships (SFDC FSC best practice) because the firm tends to look at relationships with these professionals at a Household level, plus it is easier to maintain one relationship rather than two.  

 

We are able to add the Contact relationship just fine using the Related Contacts list (Add Relationship), but when we go to the Household group in the relationship map, a validation error is thrown when trying to save, even if no subsequent change is made, that says "Only Person Accounts can be added as Members of a Household." Why is this validation triggered only when editing the Household group, but not when the Account Contact Relationship is created? Is there some hidden Account-to-Account relationship created when an Account Contact Relationship is created via trigger? And is there no way to relate Contacts to Households successfully in FSC?  

 

#Financial Services Cloud

2 respostas
  1. 15 de jul., 00:24

    @Sarah Chen

    The reason the validation fires when you edit the Household in the relationship map but not when you create the Account Contact Relationship is that these are two different code paths writing to two different objects, and only one of them runs the membership validation. 

     

    When you add a relationship through the Related Contacts list, you're creating an AccountContactRelation record. That's the standard association of a contact to an account, and it does not enforce Household membership rules, because an ACR is just a relationship link, not a membership assertion. Your CPA and attorney contacts, parented to their own accounts, link fine here.

    When you open the Household group in the relationship map and save, you're invoking FSC's group membership logic, which writes to the AccountContactRelation with the Household context but runs through the FSC-managed validation that governs who can be a member of a Household. That validation enforces the rule you're hitting: in FSC, Household members are modeled as individuals, and FSC expects Household membership to resolve to Person Accounts (or the individual model equivalent). The relationship map's save path re-evaluates all members of the group against that rule, which is why it throws even when you made no change, it's validating the whole group membership on save, and your externally-parented business contacts fail that check because they aren't Person Accounts. 

     

    So to your specific questions.

    Is there a hidden Account-to-Account relationship created? Not exactly an Account-to-Account record, but yes, there's more happening under the covers than a single link. FSC's group membership and the relationship map operate on the group's member set, and the map's save recomputes and validates that full set. The ACR creation path skips that group-level validation entirely, which is the whole reason you see the discrepancy. It's not that one creates a hidden object the other doesn't, it's that one triggers the group membership validator and the other doesn't touch it. 

     

    Is there no way to relate contacts to Households in FSC? You can relate them, you just can't make them Household members through the relationship map, and that distinction is the crux. The relationship exists and is valid at the ACR level. What fails is trying to represent professional contacts as members of the Household group, because FSC reserves Household membership for the individuals who belong to that household, not their external advisors. 

     

    The approach I'd take: keep the professional contacts linked via AccountContactRelation, which you've already got working, and surface them at the Household level through a related list or a custom Lightning component on the Household record rather than through group membership. You get the household-level visibility the firm wants without triggering the membership validator, because you're presenting the relationships in the household context rather than asserting them as members. If the driver is really "we want to see the household's professional advisors in one place," that's a presentation problem, solvable with a related list or component, not a membership problem.

    If you genuinely need these to behave as first-class relationships with reciprocal roles, FSC's Reciprocal Relationships (the party-to-party relationship model) is the sanctioned path, and you can configure role types like CPA and Attorney there. It's slightly more to maintain than your single-ACR wish, but it's the model-aligned way and it won't fight you on save.

0/9000