Skip to main content
Question

Issue Graph Type with Custom Screens after importing Modern UI

  • May 21, 2025
  • 5 replies
  • 111 views

Could you help me with the issue of Graph Type on Sitemap for Modern UI files. It works fine on my first instance (where i converted forms), Graph Type is displayed and bound correctly. But on another instance, where i importing project, and after publish the files the sitemap doesn't reference the Modern UI files and Graph Type is empty. Too, i can`t open a forms, example RS202000 ---> Error on screenshot.

5 replies

Forum|alt.badge.img+4

Any updates on this issue?


darylbowman
Captain II
Forum|alt.badge.img+16

The fact that you’re getting a Modern UI ‘warning’ suggests that you’re working in 25 R1. I would not recommend working with Modern UI in 25 R1.


Forum|alt.badge.img+4

The same issue appears on the client’s 25R2 instance, exactly the same issues, excluding the warning, of course.


darylbowman
Captain II
Forum|alt.badge.img+16

The fact that the Site Map does not display a Graph Type suggests something wrong with the TS files. Can you confirm the screen file contains @graphInfo (ie:

@graphInfo({
graphType: "MyNamespace.MyGraph",
primaryView: "MyView",
})

Have you tried modifying (or possibly deleting and recreating) the Site Map entry? The Site Map is extremely unstable in 25 R2. I’ve had so many issues with it. ​@Dmitrii Naumov - Will that be fixed in 26 R1?


Forum|alt.badge.img+4

Sure, the .ts file is defined properly and contains the graphInfo decorator along with the graphType and primaryView properties. As mentioned by the author of this topic, this customization works fine on other instances without any issues.

And yes, all the actions you proposed have been completed, but the issue persists.

So I cannot disagree with you that the Site Map is unstable in 25R2. Hopefully, a future version will resolve the issues, including the one reported in this topic.