Display Only Form: "Component is not configured"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2022 12:00 PM
I have a Viewport Component and inside that a Display Only Form Component. I'm passing the sys_id of the record that I want to display in the Display Only Form Component via the required page parameters to the Viewport. But unfortunately the Display Only Form Component is at first displaying "Component is not configured" and only displaying the correct data after a couple of seconds.
Is there a way to hide the Display Only Form Component as long as it's fetching the data and isn't ready to display the form? I tried it with page events, but that did not work.
My second idea was to hide the Display Only Form Component for a certain period of time and to replace it with a Loader Component until the data is fetched. But I don't know how I would implement this.
Any ideas?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2023 07:24 PM
Did you find any solution?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2022 03:35 PM
Hello aniqo. I made in my instance and works fine, verify if required arguments are defined. Because if arguments are not defined or are invalid this message Component is not configured will persist. If I have helped you mark this comment to helpful and solution please. If the problem persist post photos of all configuration you made.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2022 04:29 AM
The arguments are defined correcty, because the other components work fine. I have a Custom Modal. Inside that Modal I have the Viewport. And in the Viewport a Tab Set, where I define the Display Only Form Component. The modal is opened when I click a record in a list. In the picture above, you are working with test values.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2023 04:27 AM
Did you fix this issue?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2024 05:43 AM
Similar issue here, I have a few components that are configured but while the page is still loading the components show as 'Component is not configured" this only shows while the page is still loading, once the page fully loads the component works as intended. Did you find a solution to this issue?