Open Window Service Loads and Closes

This forum allows users to post and respond to "How Do I Do ....." questions. The information contained in this forum has not been validated by K-Rise Systems and, as such, K-Rise Systems cannot guarantee the accuracy of the information.
Post Reply
Filip.Serw
Posts: 24
Joined: February 17th, 2022, 3:21 pm
Contact:

Open Window Service Loads and Closes

Unread post by Filip.Serw »

I have a hyperlink setup with a controller based off of the click action. In the controller, I pass in the itemnumber and use it as a parameter for the OpenWindow service. The Open Window service uses a widget and is meant to display a Window. What occurs is, when I click on the item number to open the widget, The window opens and loads for a second. Then it automatically closes itself.
Window_Load.png
word count: 73

Tags:
SteveCap
Posts: 328
Joined: August 26th, 2021, 9:18 am
Contact:

Re: Open Window Service Loads and Closes

Unread post by SteveCap »

You probably do not have anything set for the hyperlinks navigate url. When nothing is set it will not add anything to the html elements href which will refresh the page. You should set the property to either javascrip:void(0) or #
word count: 42
Filip.Serw
Posts: 24
Joined: February 17th, 2022, 3:21 pm
Contact:

Re: Open Window Service Loads and Closes

Unread post by Filip.Serw »

I added the property, both options were available the property under a drop down. It is now working as expected. Thanks
word count: 21
Post Reply