Help

Re: What's the best practice for Primary field?

559 0
cancel
Showing results for 
Search instead for 
Did you mean: 
Ruchika_Abbi1
6 - Interface Innovator
6 - Interface Innovator

I usually set my primary field as a formula, a concatenation of the Record_ID() and another field of the table, let’s say Name.
So if I have a table “Contact” with fields Name, Email, Status. I would use a concat of Name and record id as the primary field. This ensures that it’s unique. It also helps when I have a linked field to Contact from another table, as I am able to search based on Name.

How do you design so that Primary Field can be unique as well as easily searchable in the Linked Field popup?

Would love to hear from others.

1 Reply 1

Hi @Ruchika_Abbi1

I do the same thing, although I don’t use the record ID that often. I think it’s important that your primary field gives you all the info you need to efficiently use it across other tables.

Good idea to ask for best practices. Always interesting to hear from more experienced users :blush: