Hello everyone,
I'm actually testing the functionalities of the Web SDK 2.0.0 that is actually called "Infor M3 Odin 2.0.0", so I kindly ask you to give me an answer to some of my questions :
All of it is on a CRS610 Bookmark example :
- How to pass a parameter like "status" (WFSLCT/WTSLCT) to a IBookmark and get according results ? In which property and format has it to be done ?
Example : I want to get result with status between 10 and 20 only, not the 90 ones
I tried to pass "WFSLCT,10,WTSLCT,20", into "params" and "parameters" (cf screen below) because in the documentation it is said to use "a comma separated list", but it seems that nothing work.

- Infinite paging with IBookmarks
How can we manage this point.
May i consider that the only method to get the next records is by recalling the bookmark with the key of the last record ?
Example : I've got 33 records, do I need to get a new Bookmark with the OKCUNO of the last and refresh my data ?
- Closing Bookmarks
Is it possible to properly close a bookmark ?, when we open several panels by calling different bookmarks we hit very easily the maximum opened tabs.
Do you have any example ?
- Is SohoDataGridComponent compatible with bookmarks ?
Do you have an example to use conveniently sorting orders. I get the sorting orders, and the views in the panel.
But when I change the sorting order nothing happens.
Which is the good method ?
To refresh the datagrid with a new sorting order/view, can I change the columns definitions and the datas ? Or do I need to destroy my component and create a new one ?
Thank you for your time