Genesys CTI User Forum

Genesys CTI User Forum => Genesys CTI Technical Discussion => Topic started by: Surendra on March 07, 2012, 11:22:31 AM

Title: How to use the inbuild business calender function "dayIsWorkingDay" in IWD
Post by: Surendra on March 07, 2012, 11:22:31 AM
Hi

I am trying to use the function "dayIsWorkingDay" as part of my rule confition but it is throwing an error.

I am uing the below rule condition.

eval(businessCalendarService.dayIsWorkingDay(getStringValue("IWD_businessCalendarId",$data), getDTValue("IWD_dueDateTime",$data)));

This is throwing an error while the rule is being executed.

I would like to know the format on how to use this function. An example would be really helpful