December 16, 200520 yr :tears: I have a portal with fields defined as buttons. When I click on the field it triggers a script and is working just wel. But if I click on an empty portal row the script will also be triggered. Any idea how to avoid this?
December 16, 200520 yr You could insert something like this at the top of the script: If [ isempty ( relationship::keyfield ) ] Exit Script [] End If
Create an account or sign in to comment