Prerender a side page in the DOM from the start without displaying it to UI/User
Hello friends,
I have a use case, where I need my side page in communication panel to be rendered when refreshing and first logging in the platform. Is there any solution/workaround to this case?
Best regards,
Krzysztof.
Like
Hello Krzysztof,
This feature is already enabled out-of-the-box.
If you open the communication panel and refresh the page, the panel bar will still be displayed when the page loads.
The same behavior applies when logging in.
Best regards,
Creatio Support
First of all, thanks for answering.
Sure. That's something that I know. Maybe I wasn't clear about my issue. My goal is to make my side page automatically being processed without displaying it in the UI, so what I mean that it should appear in the DOM, installing all the necessary dependencies from the network ex. sending HTTP request to external services as I said without displaying it to the user.
Your feature/solution works when you had already opened the side page and it saves that you opened so it will open it automatically in the future. I want it to be rendered in DOM everytime, let's say in the background :D.