Now, I have a custom record. The record has a cus...
# general
e
Now, I have a custom record. The record has a custom field.
List/Record : Customer
I need a second custom field to select an
Address
from the Customer custom record. How can I add this second field in order to filter it by the customer field?
b
address subrecords have no relations to customers
addressbook has a relation to entity
so you would need to change your types
1
e
Thanks! So now my customer field is
List/Record : Entity
and my address field is
List/Record : Address Book
🤔
b
you can now use the sourcing/filtering option on the addressbook field
and the filtering options on the entity if you wanted to limit it to customer types
🙌 1
e
Done!
Thanks @battk!!!