Is it possible to add a number of days to an event certification if the event certification is triggered on a Saturday or Sunday? For example if triggered on a Saturday, extend the certification by 2 days, if triggered on Sunday extend by 1 day.
Looking at an Active event certification’s Certification Object, the following seems to be relevant:
activated Date field
automaticClosingDate field
expiration field
nextPhaseTransition field
PhaseConfig → CertificationPhaseConfig (phase=Active) → Duration object
PhaseConfig → CertificationPhaseConfig (phase=Active) → NotificationConfig → endDate field
Has anyone tried adding time to a newly activated event certification and what is the correct way to add time to a certification?
@Paul_Meyer Another option could be using a rule runner to launch the certification. Team can run the task to generate and configure the certification, and it can evaluate if it is Saturday or Sunday and accordingly set the dates while scheduling campaign.
If we write it in a PhaseChange rule, performance depends on a number of certifications created in the campaign. If you have many reviewers, accordingly it’ll take time to process and update.
In case, you have limited number of reviewers, then you can give it a try with PhaseChange rule, but if you are not sure or they are more, then you can try with a rule runner to configure the certification.
Note: Found a fix?Help the community by marking the comment as solution. Feel free to react(,, etc.)with an emoji to show your appreciation or message me directly if your problem requires a deeper dive.