I appreciate your help kafecadm, but my whole objective was to streamline this and make it easier. Since I already defined a manual list under the fields “lookup settings”, I was hoping to have access to the “label” portion on the fly without having to worry about writing a switch case for every single field (and there are MANY). I can do this if it’s absolutely required, but I felt like there had to be a more efficient way to do this that I simply didn’t know about.
It seems logical to have access to the label variable in an easy way without having to write a switch structure for every single field. Like in an array, as you suggested for example: $label_name[’$this->pickupsitetype’] or $label_name[{PickupSiteType}].
From what I can tell, what I am trying to accomplish simply isn’t possible. It appears there is no way to access the “label” portion in the “lookup settings” in an event, only the “value.”
Thanks for trying to help kafecadm. I always feel like I’m fighting with Scriptcase to get things done. It certainly makes a lot of things easier, but in other ways it is very constrictive and non-intuitive.