Hi, im using a JS to retrieve an option value from a custom OptionSet field, like the example below. I need to add a few more values, but the OptionSet name has a space, for example "Information Needed". How do i add it?
if (status == OptionSets.RequestStatus.Approved || status == OptionSets.RequestStatus.Reviewed)
*This post is locked for comments