...
[15:43:56 CDT(-0500)] <JasonElwood> but I'll dig in
[15:45:22 CDT(-0500)] <dmccallum54> unfortunately the map building is kinda spread out
[15:45:43 CDT(-0500)] <dmccallum54> there's a bunch of it MessageTemplateServiceImpl. and the names there are fairly consistent
[15:46:04 CDT(-0500)] <dmccallum54> but you'll find other maps being built in EarlyAlertServiceImpl, for example
[15:46:34 CDT(-0500)] <dmccallum54> and that one in particular doesn't follow the "student" convention
[15:46:50 CDT(-0500)] <dmccallum54> to get to the equivalent object you'd have to use $earlyAlert.person
[15:48:54 CDT(-0500)] <JasonElwood> cool. I'll look. thanks man