I have a list field that I need to populate in Quickfields. I am able to pull the information by using pattern matching, but the case does not always correspond to what the actual field.
This is the pattern I used to pull the information. I had to put the (?i) in the expression in order to pull the information due to the fact it is not always in a consistent case.
(?i){|Cash Receipt|Campground|UTPAP|TIPPS|Void|}
If I remove the (?i), it will only pull exact matches.
I thought the case would change to correspond with the list of the field when populated, but it does not. My field list is in sentence case, but it has acronyms in it that need to be all caps. It contains Cash Receipting, Campground, UTPAP, TIPPS, and Void.
The information pulled from the report by Quickfields is CASH RECEIPT. It populates the field in the same manner it is in the report, but the actual fields list is Cash Receipt.
Can this be fixed? Is this a Quickfields issue, or an Admin issue with the actual field?