The calculation of giving totals (e.g., Lifetime Giving, Last Gift Date) in Nonprofit Cloud is a major departure from the older NPSP. In NPC, these summaries are not updated by real-time code or flows; they are managed by the Data Processing Engine (DPE).
Because DPE is a batch-based processing tool, the data is only as "up to date" as the last successful run of the engine. If a user reports that the data is stale, the issue is almost certainly a failure in the background job rather than a UI or security issue.
Step-by-Step Troubleshooting for the Consultant:
Monitor Workflow Services: This is the "Command Center" for all Industry Cloud background processes. The consultant should search for this in the Setup menu.
Locate the Job: Within the monitor, find the entry for the specific Data Processing Engine definition responsible for Fundraising summaries (often titled something like "Calculate Donor Gift Summary").
Check the Status: Look for runs marked as "Failed" or "Completed with Errors."
Analyze Error Logs: Clicking into a failed run will reveal the specific technical reason for the failure (e.g., "System Limit Exceeded," "Data Mapping Error," or "Inactive Picklist Value").
Rerun: Once the underlying data or configuration issue is resolved, the consultant can manually trigger the DPE run from this screen to bring the summaries up to date immediately.
Option A is incorrect because there is no standard record-triggered flow for these rollups in NPC. Option B is a valid check for visibility, but the question specifically states the data is "out of date" (meaning it exists but is wrong), suggesting a calculation/sync failure.