Question
3
Replies
4151
Views
Tekclan Software Solutions
Posted: July 13, 2018
Last activity: December 13, 2018
How to use the Business Calendar?
how to use this
Pega-RULES:BusinessCalendar).addDays(<PROPERTY>, <Integer of days to add>, true (consider business calendar), OperatorID.pyCalendar (get operator calendar))
Hello,
"addDays" function - add a number to a date using only business days.
You can use this is Property Set in Activity eg :
@(Pega-RULES:BusinessCalendar).addDays(".myprop", 0, true, "USDefault").
You can also use this in Html rule eg. pega_rules_businesscalendar.addDays("",-30,true,"")
Do you need any specific information regarding this function?
Regards,
Rachit