Closed somnath-flynaut closed 15 hours ago
Task Done and Tested by Group-B Deployement pending.
Only working for Aborted status when checkbox is unchecked please look into this
Status field automatically set depending on start date and end date done using schedule trigger flow. Ticket start date- 25/11/24 - Ticket No- #44, End date and merging date- 27/11/24
@dreamankita Status field does not automatically change to In-Progress when event start date is same as today as of now the current logic hit when start date is less than today it mens it will hit tomorrow.
so you should modified the condition for In-Progress status condition should be "Less than Equal to" then it should working properly.
@mahesht-mrk Noted I will check.
@mahesh If we take Start Date less than equal to then completed condition will occur thats why we take only start date less than because for completed we have condition like start date equal to todays then status should be Completed. we already tried earlier but i will check again any let you know.
@somnath-flynaut and @mahesht-mrk We Update The conditions for In progress and Completed Status For Campaign object Flow By Group-B Please Check and Review. we have already Tested.
We have a campaign object status field picklist with the following values: Planned, In Progress, Completed, and Aborted.
A start date and end date are also entered;
if today falls between these dates and active is selected, the status should be in progress.
Status should be planned if today's date falls before the start date and active is checked;
If today's date falls on the end date and active is checked, status should be finished.
Additionally, the status should be Aborted if the active checkbox is left unchecked.