Comprehensive and Detailed Explanation From Exact Extract:
In Workday Prism Analytics, when using a custom report with prompts as a source connection for a table, the custom report must be configured to ensure compatibility with the Prism data ingestion process. According to the official Workday Prism Analytics study path documents, the key requirement is that the custom report prompts have default values assigned in the report definition. This is necessary because Prism Analytics does not support interactive prompting during data ingestion. Default values ensure that the report can run automatically without requiring user input, allowing the Data Change task to retrieve the data consistently and load it into the target table.
The other options are not correct in this context:
A. The report is built on an indexed data source: While indexed data sources can enhance performance for certain reports, they are not a requirement for using a custom report as a source for a Prism table.
B. The prompts are mapped at the data change task level: Prompts are not mapped in the Data Change task; instead, the task relies on the report’s default values to execute the data retrieval.
D. The prompts are marked as required: Marking prompts as required does not address the need for automatic execution; default values are still needed to avoid manual intervention.
By assigning default values to prompts in the custom report definition, the report can be seamlessly integrated as a source connection for Prism Analytics, ensuring reliable data loading into the table.
[References:, Workday Prism Analytics Study Path Documents, Section: Integrating Prism with Workday Reports, Topic: Using Custom Reports as Data Sources, Workday Prism Analytics Training Guide, Module: Data Prep and Transformation, Subtopic: Configuring Custom Reports for Prism Integration, ]
Submit