c# - Translate values for SI_SCHEDULE_STATUS in XI query builder -


I am starting with Business Object SDK and I'm having trouble finding a reference for numerical values ​​for SI_SCHEDULE_STATUS Is the property I have looked for things like example queries on the web:

  SEI SELECT SE_NAME from SEI_INFOOBJECTS where SI_RECURRING = 1 and SI_SCHEDULE_STATUS = 9   

but what is SI_SCHEDULE_STATUS 9 ? What are other possible costs? I found that the values ​​are mapped to the computation, but I'm not sure how (or if) I can use it in the numerical value expected by the query.

Another search and I got an answer.

  complete 1 failed 3 banned 8 pending 9 running 0    

Comments