cancel
Showing results for 
Search instead for 
Did you mean: 

How Can I Modify an Existing Schedule using the WS-SDK?

Former Member
0 Kudos

I'm trying to modify the scheduling info of a pre-existing schedule. I've got the schedule details from the database and modifying them, and then called BIPlatform.Schedule with the modified infoObject. However what it does is create a new schedule with the new schedule details, leaving the old one unchanged. Is it possible to modify the old instance, or do I need to delete the old instance andjust create a new one?

Accepted Solutions (1)

Accepted Solutions (1)

Adam_Stone
Active Contributor
0 Kudos

You shouldn't be trying to modify an existing schedule, you should be creating a new one and deleting the old one.

Former Member
0 Kudos

Hiya Adam,

Thanks for the clarification.

Cheers,

Jack

Answers (0)