Hello,
Please test this simple BSV attached which contains 2 Business Objects: Orders, Invoices
How to test:
1. Create Orders mannualy
- From menu Orders-> select multiple orders and click the "Create Invoices" button.
- Even you select 5 orders it will create only 1 Invoice.
Description of bsv:
Orders are created manually and Invoices records are created with this simple process.
CREATE Invoices WITH Invoices.customer=Orders.customer,Invoices.number=Orders.number
In query qryOrders there is a button which is applicable to multiple items and fires the process for creating Invoices records.

My question is it normal that it creates only one record despite the fact I select multiple records?
In log view I can see this message:

Searching the forum I can find only 1 post with this subject which happened many many years ago.
Exporting Data &hilit=Create+action+with+multiple+parameters+not+supported+yet#p2891