Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Fix broken links

...

Code Block
if (org.symphonyoss.fin.venue/org.symphonyoss.fin.venue.id.mic == "45")
	enrich "App1", "App2"
else if (type == "org.symphonyoss.fin.price")
	enrich "App1"
else
	enrich "App3"

...

Code Block
if (type == "org.symphonyoss.fin.price" && (org.symphonyoss.type.country == "US" || com.example.fin.sector == "Tech"))
	render "App1"
else if (type == "org.symphonyoss.fin.price")
	render "App1"
else
	render "App3"

...