Skip to main content

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

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 * 

1 件の回答
  1. 9月12日 4:04

    @Ajay GM

     

    No, there's no out-of-the-box setting in FSC Stage Management to prevent this. Stage Task generation fires on stage entry and doesn't check whether it already created those Tasks on a prior entry, so every re-entry spawns a fresh set. It also doesn't close prior Tasks. That's the product as built, not a misconfiguration, which is why you see both symptoms.  

    Possible solutions:  

    1. For duplication, add a record-triggered Flow that checks on Task creation whether an open Task with the same Subject already exists on that application (dedupe key: Subject + WhatId + status not Completed). If one does, don't create the duplicate. That's the guard the stage engine lacks.

    2. For stale open Tasks, run a Flow on the stage change itself. When the application leaves a stage, find the open Tasks tied to that stage and close or reassign them per your rule. Forward movement usually means closing out the prior stage's tasks.

0/9000
4 件の回答
0/9000

we have finical account with investment record type. we have quick action button call "create service catalog request " this button call flow. 

expected sloution; click on action then the flow calls and check record that have any existing service catalog request with draft request status , if it is true show the error msg like edit the draft and use.  

false-check the flow type and create the service catalog request , show the toast notifaction and action open that new created request. 

actual solution :  the service catalog request is toast msg is coming but the  "your flow finished" msg is poping up and need manual closing and not opening the  service catalog request . 

this working other envirments (sandboxs)only faiing after the winter27 realese  

 

#Financial Services Cloud  #Salesforce Developer  #Flow  #Quick Actions  #Salesforce Admin

2 件の回答
  1. 9月3日 16:27

    Hi Eeswarini, 

     

    Since this worked before Winter '27 in the same design, this looks like a genuine regression in how the flow's finish behavior is being handled after the release — not a logic error in your flow. 

     

    Background: "YOUR FLOW FINISHED" appears whenever a flow ends without a screen as its last executed element. If your flow's last step is an action (like ShowToast) rather than a screen, Salesforce falls back to this default finish screen. If this wasn't happening before Winter '27 with the exact same flow, something changed in how the platform determines "last executed element" or how quick-action-launched flows auto-close. 

     

    Fixes to try: 

    1. Add a final Screen element at the very end (after ShowToast), with header and footer removed, and use a Navigation-type action (e.g., NavigateToNext or similar Unofficial SF flow action) to auto-continue/close instead of a real screen the user sees. This is the standard workaround regardless of the regression, since it forces flow completion via a screen node rather than relying on default finish behavior. 

    2. Check the Quick Action's flow settings on the record page — Winter '27 changed some Flow/Quick Action finish-behavior defaults; confirm "Reload page after finishing" or the flow's finish handler config still matches your prior sandbox setup. 

    3. Compare flow versions/metadata between the working sandbox and the affected environment — if this environment got the Winter '27 upgrade first, check if a newer flow runtime setting differs. 

     

    Given it's release-tied and reproducible, I'd also open a case referencing "screen flow finish behavior change post-Winter '27" — if this is a genuine platform regression, Salesforce needs it logged to fix it broadly, not just worked around per-flow. 

     

    Reference:

    https://unofficialsf.com/navigate-everywhere-flow-action/

0/9000

Hi guys, as some of you are no doubt aware Salesforce is moving most of the FSC managed package to core. Will SFDC provide guidance or let us know what the plan is for moving this forward? 

 

@* Financial Services Cloud * 

4 件の回答
0/9000

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 件の回答
  1. 8月18日 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

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 件の回答
  1. 8月12日 11:43

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

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 件の回答
  1. 8月6日 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 件の回答
  1. Tom Bassett (Vera Solutions) Forum Ambassador
    2021年12月8日 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 件のコメント
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 件の回答
  1. 7月29日 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