Jump to content

Close Popover script


This topic is 1781 days old. Please don't post here. Open a new topic instead.

Recommended Posts

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

Screenshot (3).png

Link to comment
Share on other sites

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 by OlgerDiekstra
Link to comment
Share on other sites

Click the popover ITSELF and name it.  As OlgerDiekstra said, you have name the button object for the popover, not the popover itself.

Link to comment
Share on other sites

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 by OlgerDiekstra
Link to comment
Share on other sites

This topic is 1781 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.