Hi, solved it myself. Just pass the parameter (for example shipmentId) as a list. Everything else is done by the performFind service.
Best regards, Ingo -----Ursprüngliche Nachricht----- Von: Ingo Wolfmayr <[email protected]> Gesendet: Dienstag, 14. Dezember 2021 10:25 An: '[email protected]' <[email protected]> Betreff: Grid - List of Ids Hi everybody, is there a simple way to pass a list of ids to a grid? For example: I have a grid that shows a list of shipments. I also have service that creates shipments (batch) and returns the shipmentIds. No I would like to pass this list of shipmentIds to the grid and display them. Thanks, Ingo
