Hi,
How can we filter to left "client" field in opportunities to show only accounts for selection and not contacts or accounts ?
Damien
Like
2 comments
Best reply
17:39 Feb 15, 2022
Hi Damien,
You can add this to the page attributes to remove the contact lookup option:
attributes: {
"Client": {
"multiLookupColumns": ["Account"]
}
}Ryan
17:39 Feb 15, 2022
Hi Damien,
You can add this to the page attributes to remove the contact lookup option:
attributes: {
"Client": {
"multiLookupColumns": ["Account"]
}
}Ryan
Show all comments