We have a requirement to include an onload JS in web portal of the Constellation App. This is for “walk me” integration. What are the options to do this in Constellation?
@Gowri Deivaraju In Constellation applications, you can use JavaScript to invoke methods that support querying or manipulating the web embed. You can access the JavaScript API directly by accessing the element and calling the method. For example, you can use document.getElementById(“theEmbed”).load(); to load a method. However, please note that the specific implementation may vary depending on your use case and the specific requirements of the “walk me” integration.
This is a GenAI-powered tool. All generated answers require validation against the provided references.
JavaScript methods in web embed
@Sam Alexander @RichardMarsot
@Gowri Deivaraju
I believe we need to build a custom component to integrate with “Walk me” application.
@Gowri Deivaraju You can do it by adding the custom js to the html fragment pyPortalIcon rule. Custom component may not be required in this case.
To know more, see this webinar - CLSA Community: Advanced Constellation & What’s New in '24 | Pega Timestamp 1:20:00
