Skip to content

Instantly share code, notes, and snippets.

@stphnwlkr
Last active June 17, 2017 11:50
Show Gist options
  • Save stphnwlkr/20b95f7bb8f0e76f65f192d6de37a054 to your computer and use it in GitHub Desktop.
Save stphnwlkr/20b95f7bb8f0e76f65f192d6de37a054 to your computer and use it in GitHub Desktop.
<cfset org = application.jobs.getOrgList()>
<cfset orglist = org.CodeList >
<cfoutput>
<cfloop array="#orglist#" index="occ">
<cfset orgData = occ.ValidValue>
<cfloop array="#orgData#" index="data">
#data.Code# - #data.Value#
</cfloop>
</cfloop>
</cfoutput>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment