Hi,
Is it possible to generate multiple rows in a Grid by Actions?
I'm working on PurchaseOrder screen, in my case, I need to create multiple rows in "PurchaseOrderLine" grid automatically. Each row should be fill with specific value (item, quantity and unit price)
In the action, I can see "Insert new row into grid", so I guess I can do it in a loop. But, how can I insert data into fields of every row? I can see "Enter value into field on Screen" and can select field in a grid, but can I select which row?
Or, is it right if I create my data in"PurchaseOrderLine" table directly, then refresh grid to load them? but does it mean I need to save this PurchaseOrder first?
Thanks for your time.
Alex