Focal Point
[SOLVED] API to Update/Delete entries from BOTSCHED

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/888104722

September 02, 2009, 05:07 AM
Priya
[SOLVED] API to Update/Delete entries from BOTSCHED
All,
I have a requirement where in I need to perform insert/update/delete entries from the BOTSCHED table of Report Caster. I have the Report Caster API to insert into BOTSCHED table. But I need an API that can perform update/delete in the BOTSCHED table.
Please let me know the API that I can use for these operations.
Thanks
Priya.

This message has been edited. Last edited by: Kerry,
September 02, 2009, 09:19 AM
GinnyJakes
First off, that sounds like a dangerous thing to do. But, if your Report Caster tables are relational, then you would use the appropriate SQL to update them.


Ginny
---------------------------------
Prod: WF 7.7.01 Dev: WF 7.6.9-11
Admin, MRE,self-service; adapters: Teradata, DB2, Oracle, SQL Server, Essbase, ESRI, FlexEnable, Google
September 02, 2009, 05:52 PM
Efrem
The ReportCaster API has full functionality to perform ReportCaster functionality.
You can Add/Update/Delete schedules using the API.
You can also use ReportCaster Web Services to do this also.
The ReportCaster API and Web Services are very robust and you can do pretty much anything you need to do with ReportCaster.