cancel
Showing results for 
Search instead for 
Did you mean: 

Read BO using multiple values

NagaPrakashT
Contributor
0 Kudos

Hi Experts,

I want to read BO with multiple values like ranges( IN 1,2,10) using the BOOperation in event handlers. After successful read i want to bind it to the OWL. Can you please help me how do to add parameters.

Thanks,

Naga

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

If you need to display a list of objects in a OWL, you will need to use a query to return the values to the OWL not a read BO operation (which is meant to bring in just one instance of the BO).

To do this just create a SADL query in the controller of the OWL floor plan. There are examples and how-to's of this in the SDK community. Search for SADL

Answers (0)