Components are visible when page is still loading - CSM Configurable Workspace record page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-27-2024 01:37 PM
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:
After loading is complete:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-03-2024 12:01 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-03-2024 04:49 PM
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.