samarthmkt Posted May 11, 2019 Posted May 11, 2019 Hello Friends, As such any script which can close the popover portal when a certain field have value ''No'' and if ''Yes'' it remains open. Popover portal is also open by script. Applying the following script steps but not succed Thanks
OlgerDiekstra Posted May 11, 2019 Posted May 11, 2019 (edited) Without seeing the popover layout info, the only thing I can think of is that you've assigned the object name to the popover button, instead of the actual popover. Assuming the object name "SI Printing Details" is supposed to be the name of a popover. Also, you don't need the case statements in the IF's. They serve no purpose. If [ QutSI Products::Print Quote Status = "Yes" ] Works just as well. Edited May 11, 2019 by OlgerDiekstra
samarthmkt Posted May 12, 2019 Author Posted May 12, 2019 Thanks Friend, Here are some shots for the same
mr_vodka Posted May 13, 2019 Posted May 13, 2019 Click the popover ITSELF and name it. As OlgerDiekstra said, you have name the button object for the popover, not the popover itself.
OlgerDiekstra Posted May 14, 2019 Posted May 14, 2019 (edited) 5 hours ago, mr_vodka said: Click the popover ITSELF and name it. As OlgerDiekstra said, you have name the button object for the popover, not the popover itself. He seems to have done that. The first screenshot Samarthmkt provided has the popover selected which has the object name applied. I think we need to see the entire script, there may be another go to object or go to field script step that closes the popover. Samarthmkt, have you stepped through the script with the debugger to see where it closes it? Edited May 14, 2019 by OlgerDiekstra
Recommended Posts
This topic is 2267 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now