Components are visible when page is still loading - CSM Configurable Workspace record page

ThunderDev
Tera Guru

I am using the OOB CSM configurable workspace default record page but I have added two components, a ribbon and iframe component. I have noticed that these two components show up while the rest of the form is still loading. I am assuming the rest of the components don't show up while the 'Please wait (loading)' icon is present because its somehow connected to the loader. These two components—the ribbon and iframe—were added on top of the out-of-the-box (OOB) record page for the CSM Configurable workspace. However, I’m uncertain about where to configure these components to synchronize with the loading state like the rest of the components. Any guidance on how this is configured or advice would be appreciated!

During Loading:

ThunderDev_0-1709069594929.png

After loading is complete:

loadedCWS.png

2 REPLIES 2

Dibyaratnam
Tera Sage

The components that you have added, need to be configured for Visibility so that once the loader is gone, then only your component should show up. Now whatever the hide condition for other component is, add the same for the other component as well.

Thanks for the reply! The weird thing is that there is no loader component added that I can see. Most of the OOB components that have a hide condition is just a data binding. I’m not sure how all of the OOB components are connected to a loader when I don’t see that component on the component layout tree for the CSM default record page.