We had a huge leap forward from 2023.02.11 to 2024.02.07. Somewhere between those releases, the signature of Erp.BO.POSuggSvc/GenerateShowCreated was changed, and a new generateOptions parameter was added.
Now, I am struggling to figure out how to create an array for the REST-ERP widget. I tried as shown in the image:
So, I assume I need to use another option here, maybe a dataset. But how can I pass a dataset in the following structure?
…
generateOptions: [{“BuyerId”: “Some Buyer”}]
…