So here's the theoretical scenario I'm trying to find a solution to that I could use your guys help on:
We a manual N:N relationship between Adjustment and Contract Lines, where Adjustment has a 1:N relationship with an intersect entity calls Contract Line Adjustments, which Contract Lines has an 1:N relationship with Contract Line Adjustments. The business process is that the user will create a new Adjustment record and select from an adjustment type from an option set. Depending on the Adjustment Type (for example a pricing adjustment) they want to be able to select multiple Contract Lines to adjust (possibly 50-100s) and possibly enter different amounts for each. The issue we are having is being able to allow the user to select Multiple Contract Lines to select and create Contract Line Adjustments records (the intersect record).
Is anyone aware of a supported way that this could be implemented, allowing a user to select multiple items that will create these manual N:N intersect records? We need the intersect entity in order to allow for additional information on the various lines of the adjustment.