Display Only Form: "Component is not configured"

Aniqo
Tera Contributor

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?

12 REPLIES 12

Did you find any solution?

PAULO CESAR FIL
Tera Contributor

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.

 

works.png

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. 

Sang jin Kim
Tera Contributor

Did you fix this issue?

ThunderDev
Tera Guru

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?