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
11-13-2022 11:23 AM
Can I have a picture of your viewport ? to understand your problem better.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2022 01:39 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2022 06:52 AM
How are you passing the searchItemId into your subpage? You might want to make sure your subpage is able to access that by logging it or binding it to a stylized text component on your subpage and make sure it is the value you're expecting. You might also hardcode a sysId in there to test it and make sure that's not the issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2022 07:53 AM
I have a Viewport Modal. I am passing it via the "Open or close modal dialog" event handler in the "Viewport Fields" when record is clicked. The parameter is passed correctly. It's just that the Form is loaded after a couple of seconds. I would rather have a Loader component or the Form component not showing instead of "Component not configured".