How a Supplier Csv can pick the item line from program if we have multiple item lines in a Program
We have a case where we have Multiple Line items as part of a single Program(Same Item) with Similar start and end date but different Cost.
Ex: Item ABC - Start date:01-01-2025 End date:31-12-2025 Discount type: Amount Discount Value: 100
Item ABC - Start date:01-01-2025 End date:31-12-2025 Discount type: Amount Discount Value: 150
Item ABC - Start date:01-01-2025 End date:31-12-2025 Discount type: Amount Discount Value: 200
I would want my Supplier Csv to pick up the second line with Value 150. How can we achieve it.