You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When creating a new action plan from template with the apex action "Create Action Plan From Template", the tasks related to the record are created all at once even though there is a dependency defined in the template.
To Reproduce
Steps to reproduce the behavior:
Go go Action Plan Templates
Create new template
Populate name
Create new task with sample subjects and days after "1", priority normal, send email true, reminder true
Create a second task with sample subjects and days after "1", priority normal, send email true, reminder true. On the controlling task select the task created in the previous step.
Save
Create new record-triggered flow on lead creation.
Call the apex action "Create Action Plan From Template" with the current record id and template name passed
Activate flow
Create lead record
Lead has 2 task created and assigned to the record
Expected behavior
The record to have only the first task, since the second one is dependent on the first and should be generated only after the first one is completed.
Screenshots
Environment (please complete the following information):
OS: Windows
Browser: Chrome
Action Plans Version: 4.3
Salesforce UI: Lightning Experience
Org Edition: Enterprise
The text was updated successfully, but these errors were encountered:
i believe i got to the bottom of this issue with workbench. You might find that you originally created an AP and deleted rows of tasks out (potentially in the classic UI - as i did) and the dependencies didnt adjust as they should have.
If you use workbench and look at the action plan template using LabsActionPlans__Action_Plan_Template__c as the filter to the template, more than likely you will see that the LabsActionPlans__Dependent__c may not be correct!
You can then use workbench to fix this issue by updating the record.
This worked for me, hope it helps anyone with the same issue
Describe the bug
When creating a new action plan from template with the apex action "Create Action Plan From Template", the tasks related to the record are created all at once even though there is a dependency defined in the template.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The record to have only the first task, since the second one is dependent on the first and should be generated only after the first one is completed.
Screenshots
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: