Checkbox in a data grid possible and how?

0
Hello, I have a question. I want to show all sales Orders from an S4 Hana system (that will be show in a service), but then I will select only some specific orders. Is that possible with an checkbox?    
asked
2 answers
0

You should create a separate entity called “Selection” with an attribute “Display”  Boolean. Create a one-one association with the sales orders. Select and Save the Selections in the Selection entity and then use the constraint on the display of the Sales Orders

answered
0

I get an error. 

answered