Hi,
I have a situation where an orders-related list needs to lookup prices from another list, where the prices have a "Valid from" and "Valid to" columns.
There are two requests:
1. A one-to-many relationship between the order "header" and order "items".
2. Applying "automagically" the prices based on the order date, where the price in the lookup list has the order date sit between one of the possible date spans for "valid ..."
The date spans per item-price are non-overlapping.
Being new to SharePoint and Nintex I am guessing I'll need three lists at least (the "order header" list, the "order items" list and the "item prices" list) -- and that's about all I can figure out for now.
I am using SharePoint 2013 (sadly or otherwise).
Any and all help will be greatly appreciated.