Created
December 8, 2025 15:32
-
-
Save trycf/b73b2292d91432b4f88edb8bd16e849c to your computer and use it in GitHub Desktop.
TryCF Gist
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <cfset local.type = "Task Data"> | |
| <cfif ListFindNoCase("Investor Summary,Preferred Agent Report Card,Agent License Information,Agent Data,Production Data,Production Data Exception",local.type) EQ 0> | |
| <cfdump var="yes"> | |
| <cfelse> | |
| <cfdump var="No"> | |
| </cfif> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment