- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2025 05:15 AM
Hello Community,
On the new project workspace, Status Reports are built on doc templates, utilizing dynamic contents. I would like to add a custom field to the Status History block of the status report, but only the ootb fields are showing up while inserting the dynamic content:
Custom fields are generally available at other parts of the report, I can select them as a dynamic content, but not available in the Status History block - I assume there is a script/API that builds this Status History block somewhere in the background, but I couldn't find anything related yet.
Does anyone have an idea how to make other fields available in the Status History?
Thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2025 01:51 AM
StatusReportDynamicTemplateDataProviderSNC is a read-only Script Include designed to prevent direct customization. To support extensibility, we’ve provided an extension Script Include named StatusReportDynamicTemplateDataProvider, which allows you to override functions from the SNC version.
You can override the fetchStatusDataRecords function in the extension script to incorporate your custom logic.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Friday
