handle dates in expression builder
I wuold like to make an expression in a Siebel Operation (query) step's search expression in a WF which has the part:
AND [Created] > Today() - '"+[&Time window]+"'
Aim of it would be to get records which are created after a certain date where "Time window" is a process property which is stores a number. This number means days so if Time window is 300 than it means [Created] > Today()-300, a date which was 300 days ago.
During simulation I get the following error messages:
Error updating business component at step 'Query non valid subs'.(SBL-BPR-00187)
--
This error is returned when the workflow/task is executing the Siebel Operation business service.(SBL-BPR-00100)