May 11, 20197 yr 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
May 11, 20197 yr 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, 20197 yr by OlgerDiekstra
May 13, 20197 yr Click the popover ITSELF and name it. As OlgerDiekstra said, you have name the button object for the popover, not the popover itself.
May 14, 20197 yr 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, 20197 yr by OlgerDiekstra
Create an account or sign in to comment