somnath-flynaut / GitEventManagementProject

0 stars 0 forks source link

Create flow for Campaign Object #44

Closed somnath-flynaut closed 15 hours ago

somnath-flynaut commented 4 days ago

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;

dreamankita commented 4 days ago

Task Done and Tested by Group-B Deployement pending.

mahesht-mrk commented 4 days ago

Image

Only working for Aborted status when checkbox is unchecked please look into this

dreamankita commented 2 days ago

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

mahesht-mrk commented 15 hours ago

@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.

dreamankita commented 15 hours ago

@mahesht-mrk Noted I will check.

dreamankita commented 15 hours ago

@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.

dreamankita commented 15 hours ago

@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.