Hi Team,
Is there any way or function to insert business holiday for particular company and retrieve same.
Thanks,
Discussion posts and replies are publicly visible
networkdays()
calisworkday()
calworkdays()
I would highly recommend, Maintain business holidays in a database table for maximum flexibility and control. This allows end users to add/modify holidays through an Appian interface, enables easy querying by company and date, and avoids the restrictions of Appian's built-in process calendar.
I do not understand what you mean with "insert", but you have two options, both with their related issues.
1) Use a process calendar and add any business holiday. Appian will then respect it when you use this calendar consequently. But there is no way to somehow automate the maintenance of this calendar.
2) Store business holidays to the database. Easy to automate maintenance, but you loose the built in functionality.