delete schedules via JSP

Hi,

I want to delete schedule part of a report (recurring and history) via SDK, am not aware of the method to use to delete the schedule. I have gone through dev library but could not found anything related to deletion.

can anyone please let me know what is the predefined method in JAVA BO SDK (like deletenow ())generally used to delete the schedule configuration of a report.

Regards,
Lee


Leong BO XI (BOB member since 2007-08-09)

Schedules are just infoobjects. You can use deleteNow() or delete(IInfoObject object) methods.


rachidb :morocco: (BOB member since 2006-07-06)

Thank you, yes i did the same and got it yesterday.


Leong BO XI (BOB member since 2007-08-09)