Handling list loading failures in Service mapping plusSummary On the Service mapping plus homepage, the user can see the count of ML Candidates, Application Services, Mapped Servers, and Unmapped Servers. On clicking the tiles, the user is redirected to the respective lists. Sometimes, the data in the lists are too large; thus, the UI Builder fails to load the data. These list failures are handled in the following ways: When the list loading fails, an error message appears with the table label. Using this label, locate the corresponding table name and add it to the properties listed below. Use commas to separate the table names in these properties: glide.ui.list.batching.exclusion.list -> prevents network timeout while fetching the details on the UIB list component. glide.ui.list.seismic.omit.count -> prevents fetching count and queries the view by applying the limit. To know more about the properties, please refer: KB1270206 If adding the table names to the above properties doesn't help the list loading failure, then the user will see a link to the platform which will open the list in platform page in a new tab.If the number of records in the list are more than a limit (default: 400000), then also the user will see a link to the platform which will open the list in platform page in a new tab. We have a property to set this threshold limit Property: 'sn_sm_scoped_app.sm.threshold.serverCount' Default Value: 400000 With this property, the user can set the threshold value for number of records for which the list should load. Exceeding the record count beyond this limit will give the link to open the list in platform page to the user.