cancel
Showing results for 
Search instead for 
Did you mean: 

Get the status of recurring schedule

Former Member
0 Kudos

Which is the field used to identify the status of recurring schedule? I have a recurring schedule and I want to retrieve only the future instances of the schedule and not the completed instances. Using the SDK the value oInfoObject.getSchedulingInfo().getStatus() seems to be the one (with the value of 9 ) . What is the corresponding SI.. field name to be used in the query? SI_UISTATUS returns me the value 9 for all the instances. Also can you please let me know if oInfoObject.getSchedulingInfo().getStatus() is the right field to use ?

Accepted Solutions (1)

Accepted Solutions (1)

ted_ueda
Employee
Employee
0 Kudos

SI_RECURRING=1 gets you the recurring instance of a schedule - is this what you're looking for?

Sincerely,

Ted Ueda

Former Member
0 Kudos

SI_RECURRING=1 , returns me all the recurring instances, I am interested in getting only the future schedules and not the completed ones. How do I do that?

ted_ueda
Employee
Employee
0 Kudos

Here's a reference to the [Query Language|http://devlibrary.businessobjects.com/BusinessObjectsXIR2SP2/en/en/BOE_SDK/boesdk_dotNet_doc/doc/boesdk_net_doc/html/QueryLanguageReference.html].

You can certainly filter your returns depending on runtime date.

Sincerely,

Ted Ueda

Answers (0)