This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Searchfield not working in Web Client

We have a defined a Searchfield in the user Template to select the manager.

{
"Name": "manager",
"Definition": {
"Type": "SearchField",
"Label": "Manager",
"ObjectType": "Account",
"IsEnabled": true,
"IsObjectSearchable": true,
"Filters": {
"ActiveDirectory": "(Status & 0) = 0"
}
}
},

In the FatClient this field is displayed correctly.

However in the Web Client this Template generates an error.

Is there any way to get this to work in Web Client.

Is there any alternative field that searches through the Active Directory?

Thank you for your help!

Parents Reply Children
No Data