cancel
Showing results for 
Search instead for 
Did you mean: 

How to programmatically schedule list of values on CR server?

Former Member
0 Kudos

Hi,

I have list of values created on CR server XI R2 and can schedule the list of values from Business View Manager.

How can I programmatically schedule list of values on CR server XI R2?

Can I use CrystalDecisions.Enterprise.WebControls.Schedule control or COM SDK SchedulingInfo to schedule list of values?

For reports, I can find them using the query below.

Select SI_ID, SI_NAME From CI_INFOOBJECTS Where SI_PROGID='CrystalEnterprise.Report' And SI_INSTANCE=0"

How do I find the list of values objects on the CR server?

Thanks for your help.

C.T.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello,

you would need to schedule the list of values from your Business View manager.

At the moment, there is no SDK how to do this programatically.

Answers (0)