Retrieving the OptionSet Label using JavaScript
I was adding some custom JavaScript to a customer’s Opportunity Entity when I, again, learned the importance of not over-thinking things. I was concatenating three field values and using that combined value to set the value of another field. Unfortunately, one of those fields was an OptionSet. The problem with OptionSets is that when you […]
Continue reading