Sorry for the delay – I sometimes get a pileup in my inbox…
Yes, this is basically what the solution is designed for.
Here is a basic example:
"applyTo":"EmployeeID",
"helpText":"Enter the Employee number...",
"listGuid":"EmployeeInfo",
"listBaseUrl":"/Sites/MySite",
"showField":"EmployeeNumber",
"rowLimit":15,
"listOptionsOnFocus":false,
"reValidateOnLoad":false,
"setFields":[
{
"fromFIN":"Departmend",
"toFIN":"Departmend",
"skipIfEmpty":false
},
{
"fromFIN":"Manager",
"toFIN":"Manager",
"skipIfEmpty":false
}
]
});
Let me know if you have any questions.
Best regards,
Alexander