In form level datasource shall we display multiple records in grid.
example - form A → datasource - salesLine
form A has Grid and column - ItemId
we get salesLine args record, through this salesLine args record - need to loop SalesLine to get all related salesLine records(If sales order has multiple lines)
how to assign all “salesLine” records to the form A grid
You say that you want to show all sales lines related to the sales line that you get from Args, but what do you consider related? Do you want all lines belonging to the same order as the line from Args?