Hi Team,
I’m trying to add a button to a particular System Settings page, but I’m unable to locate the base page for System Settings. When I open the Section Wizard for that page, I see that no pages are linked to the section.
Could you please help me with this?
Like
1 comments
17:43 Sep 04, 2025
The page you want to modify is SysSettingPage. You won't be able to use the section wizard for that page. Instead, create a Replacing view model and select SysSettingPage as the parent. You'll have to manually add any new elements to the diff. Note, this page is for all system settings. If you want your button to only show for certain settings, you could add an onEntityInitialized function override to check the current Code value and then show/hide the button etc.
Ryan
Show all comments