문제

I am scheduling a report using Java to a file location, I need to append %SI_ID% and Timestamp(%SI_STARTTIME%) to the name of Schedule report. I am able to generate reports to the file location but I dont know how to apply placeholders on the schedule report name using Java SDK.

If someone has some working code or know how to do this please let me know.

Thanks

도움이 되었습니까?

해결책

Got the solution... just attach %SI_ID% or %SI_STARTTIME% with the instance name and BO scheduler will replace with the correct values.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top