I'm following the Modern UI course for Acumatica and working with a SmartFix_T290 instance (version 25R1). I have followed the instructions provided in the course PDF, including:
-
Creating the
RS201000.tsandRS201000.htmlfiles in the following path:..\SmartFix_T290\FrontendSources\screen\src\screens\RS\RS201000 -
code is copied from Acumatica help git repository
-
Running the
npm run build-devcommand inside the..\FrontendSources\screenfolder
(this completed successfully without any errors)
After publishing the customization and updating the site map, I’m able to switch to the Modern UI version of the RS201000 screen without any issues. However, when the screen loads, it only displays a blank white space — no UI elements, grids, or fields appear, as shown below.
There are no visible errors or warnings in the UI or browser console.

Could you please advise what might be missing or misconfigured?
Thank you!

