Marsha_R
10 years agoModerator
Daily and Weekly and Monthly should be project variables rather than parameters.
Then keyword test SetCycleCountingSchedule should have a parameter SetDate which is a string.
so if your subcycle was daily you might use
RunKeywordTest SetCycleCountingSchedule (2, Project.Variables.Daily)
and inside SetCycleCountingSchedule you will have
DateField Keys eval(KeywordTests.SetCycleCountingSchedule.Parameters.SetDate)
Related Content
- 11 months ago