This component will find the next and previous working dates based on the input data provided by the user
Top Benefits
Easy way of finding next and previous working days
Saves effort in finding out the working dates based on the given data
Can be used in processes that need to run on weekdays
Tasks
Date will be input by the user
This component will find the next and previous working dates based on the input date provided by the user. It will calculate the date including the list of holidays provided.
It considers holidays as non-working days and gives the next and previous dates.
By executing the respective commands on the dates provided by the user, this bot will find out the next and previous working date by using this component. Exception handling is also being performed in this utility.
See the Bot in Action
Setup process
Install
Download the Bot and follow the instructions to install it in your AAE Control Room.
Configure
Use the Bot in a bot, configure keys and other credentials the Bot will need (see the ReadMe for details.)
Run
That's it - now the Bot is ready to get going!
Requirements and Inputs
Str_InputDate- Provide the date in the format (MM/DD/YYYY)
Str_rootlogfolder-Provide the log folder path. Default path is assigned to “C:Log” This can be changed if needed
Str_NextWorkingDay- Output -Returns the Next working date
Str_PreviousWorkingDay-Output-Returns the previous working date
Str_ErrorDescription- Output-This will return the value if any exception occurs during the execution. The value will hav