Knowledge: Page Part Report using AI Generated HTML, CSS and JS
Back
Knowledge
Title*Page Part Report using AI Generated HTML, CSS and JS
ManualReporting
Created27/05/2026
DetailIn Agentic Page Parts you can use inbuilt Sysero Reports in combination with AI generated HTML, CSS and JavaScript to create heavily customised reports.
-
Create native Sysero Agentic basic report that displays with data you require in table format.
-
Go to the JSON view and copy the JSON view as an example to show an AI chatbot. Obviously do this with test or non confidential data.
-
Give the AI chatbot the following prompts, paste int he JSON, then append as an example "create a dynamic bar chart using variable window.pagePartData containing this data, example start of JS from working example (function () { function init() { var source = window.pagePartData; if (!source || !Array.isArray(source)) return;, never store static data always use the pagePartData variable . Give me the seperate css, html and javascript to copy and paste".
-
Create a Page Part in Agent Admin, set the data source to the report.
-
Copy and paste the 3 seperate part CSS, HTML and Javascript parts into the 3 matching textboxes.
-
Save and preview.
Additional Manual Locations