How to get end of business day date and time based on appian process calendar? Kindly help me with this, Thankyou
Discussion posts and replies are publicly visible
No direct function to retrieve the configuration data stored in a process calendar.You can check if a time is working time using calisworktime()https://docs.appian.com/suite/help/25.2/fnc_date_and_time_calisworktime.htmlYou can simply hardcode business hours in constants or database tables since calendar configurations can't be accessed programmatically in Appian.This gives more control to you.