export function getValue(): string begin return _ebx.record.first_name | ' ' | _ebx.record.last_name; end