import("system.result"); import("system.vars"); import("Contact_lib"); 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);