I’m making a custom record type that should have t...
# general
j
I’m making a custom record type that should have two fields, one which is a Company (could be a Customer or a Vendor) and the other which is Contact at that Company. Company doesn’t seem to be an option for the record type so I tried picking Entity and then setting a filter where Is Person is false. However, I’m not sure what to use for the Sourcing on the Contact so that it will only allow Contacts who work at that Company.
t
Company = entity
in the filtering sublist
might need a different approach if you add contacts to multiple companies though
j
Checked w/my manager, apparently it just needs to be Vendor & Contact. I still cannot get it to work though.
n
I just made a sample for this which I think works the way you are expecting, The Contacts field is List/Record with Source List = Vendor & Source Filter By = Company.
j
that doesn’t work. I get an error when I try to save because it thinks Company should be a customer and not a vendor
n
What is the exact error pls?
j
The list or record type of the field or source (Vendor) must match the list or record type of the field you are filtering by (Customer).
n
that's weird, I'll post some screenshots of the way I have it setup. Maybe it might be helpful.
This is what I think you are trying to achieve, a Contact list that is filtered by the selection in the Vendor field.
My Vendor field looks like this:
message has been deleted
We know this is filtering the contacts as removing the Source List & Source Filter By results from that Contacts field results in the entire unfiltered Contact list being available for selection.
j
dang in this is totally how I tried to do it, and I get that error.
well kinda that error, it actually says “Insurer/Vendor” instead of “Vendor” and “Broker” instead of “Customer” cuz we’ve renamed the records.
tested in SB with the renaming turned off. I get this when I try to do exactly what you have
it thinks “Company” is the Customer rather than the Vendor