Skip to content
Snippets Groups Projects
displayValueProcess.js 297 B
Newer Older
import("system.result");
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);