I have a requiremet to send an Email to managers while a folder is in a specific stage. This email needs to be sent at 1:30 am.
I created a DateTime variable, which I need to set to the current date, but change the the time portion to 1:30 AM, when the folder enters this stage. Then I added a timer which loops back to the stage. I can set the timer to start the action 0 seconds after the datetime value of this variable.
For the life of me, I cannot figure out how to create a datetime value in Metastorm.
I tried CalculateDateTime, but it only seems to be able to create a date some period of time before or after the current date, or perhaps the folder deadline.
All I want to do is this: OutgoingFundsData.dtmAlert = 2013/01/01 01:30 00.000.
I must be missing something obvious here, this should be a simple thing to do.