Hi Everyone,
I'm creating an emergency contact form using the SimpleUi in HTML Form Entry Module. I'm able to call the name of a concept using the velocity Lookup Expression <lookup expression="fn.getConcept('').name"/>. The Fully Specified Name is "Emergency Contact Relationship" with short name "Relationship" On the form, this all sits within a section titled "Emergency Contact," so the most appropriate term to display in the form <legend> is on the form is "Relationship."Is it possible to get the short name of a concept?
I tried:
fn.getConcept('').shortname
fn.getConcept('').shortName
fn.getConcept('').short
Thank you!
Craig