When previewing use CTRL+ALT+8 to turn on debugging so you can see what comparison is happening when it’s checking the blank record. You may have to do something like:
'{TransView.myPartNum}' !== 'undefined' && '{TransView.myPartNum}' !== ''
When previewing use CTRL+ALT+8 to turn on debugging so you can see what comparison is happening when it’s checking the blank record. You may have to do something like:
'{TransView.myPartNum}' !== 'undefined' && '{TransView.myPartNum}' !== ''