Newer
Older
v.broens
committed
import("system.vars");
import("Contact_lib");
v.broens
committed
var id = vars.get("$field.AUTHOR_CONTACT_ID");
//show the simpel title since this will be later an employee-entry and therefore no organisation is needed
var title = ContactUtils.getTitleByContactId(id);
result.string(title);