Question

I'm getting started with the Business Objects SDK and I'm having trouble finding a reference for the numerical values for the SI_SCHEDULE_STATUS property. I've seen example queries on the web for things like:

SELECT SI_NAME FROM CI_INFOOBJECTS WHERE SI_RECURRING = 1 and SI_SCHEDULE_STATUS = 9

But what is SI_SCHEDULE_STATUS 9? What are the other possible values? I found this which mentions that the values are mapped to an enumeration, but I'm not sure how (or if) I can translate this to the numeric value expected by the Query.

Was it helpful?

Solution

One more search and I found an answer here.

COMPLETE 1 
FAILURE  3 
PAUSED   8 
PENDING  9 
RUNNING  0
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top