I have 3 layers of object relationships -- Opportunities, Rooms and Passengers. Rooms are directly associated to an Opportunity (1-to-many) and there are many passengers in each room.
For each Room in an Opportunity, I need to generate the same templated document but a separate output file per room (not running list in one file). Is this possible, and if so, how do I setup the DDP to make this happen? Do I need mass merge or is this possible in the Business edition?