Skip to main content

Hi team,

In the scheduled tasks, is there any way to set the current system date as the value for the above marked “From Date” field dynamically everyday?

Thanks in advanced.

Hi team,

In the scheduled tasks, is there any way to set the current system date as the value for the above marked “From Date” field dynamically everyday?

Thanks in advanced.

You might be able to use the Context Substitution Variables (CSV) e.g. #NOW# (sysadte), #TODAY# (trunc(sysdate), #TOMORROW# ('TRUNC(SYSDATE)+1'), #YESTERDAY# etc.


Reply