1. Link Invoice Workflows to Events:
- You already have invoice workflows connected at the event level.
2. Link Events to Tours:
- Ensure that each event is associated with a tour. This might involve creating a relationship between your "Event" and "Tour/Program" tables.
3. Create a Custom View or Report:
- Use Dynamics 365's reporting capabilities to create a custom view or report that consolidates invoice workflows from events into the tour table.
Here's a more detailed approach:
Step 1: Create Relationships
1. Link Event to Tour/Program Table:
- In Dynamics 365, go to the "Event" table and add a lookup field that links to the "Tour/Program" table. This will help you associate each event with its respective tour.
2. Link Invoice Workflow to Event:
- Ensure that the "Invoice Workflow" tasks are linked to the "Event" table. This might already be in place based on your description.
Step 2: Create a Custom View
1. Create a New View:
- In Dynamics 365, navigate to the "Tour/Program" table and create a new custom view. This view will be designed to show all invoice workflows related to the events within a tour.
2. Use Advanced Find:
- Utilize the "Advanced Find" feature in Dynamics 365 to create a query that retrieves invoice workflows linked to events within a specific tour. You can filter the results based on the tour ID or other relevant criteria.
Step 3: Create a Custom Report (Optional)
1. Use Report Wizard:
- You can use the Dynamics 365 Report Wizard to create a custom report that aggregates invoice workflows for each tour. This report can be designed to display invoice tasks grouped by tour and event.
2. Custom Reporting Tools:
- If you need more advanced reporting capabilities, consider using Power BI. Power BI can connect to Dynamics 365 and provide detailed, interactive reports that include invoice workflows at the tour level.
Step 4: Create Overarching Invoice Workflows for the Tour
1. Add Workflows at the Tour Level:
- In the "Tour/Program" table, create a new field or section to capture overarching invoice workflows. This allows you to track invoices that span multiple events within a tour.
2. Automate Workflow Creation:
- Consider using Dynamics 365 workflows or Power Automate to automate the creation of these overarching invoice workflows. You can set up triggers that create tour-level workflows based on specific criteria or events.