Filter "Client" on top left only on accounts

Hi,



How can we filter to left "client" field in opportunities to show only accounts for selection and not contacts or accounts ?



Damien

Like 0

Like

2 comments
Best reply

Hi Damien,

You can add this to the page attributes to remove the contact lookup option:

attributes: {
  "Client": {
    "multiLookupColumns": ["Account"]
  }
}

Ryan

Hi Damien,

You can add this to the page attributes to remove the contact lookup option:

attributes: {
  "Client": {
    "multiLookupColumns": ["Account"]
  }
}

Ryan

Ryan Farley,

 



Thanks, worked perfectly :)

Show all comments