Are there any reccomended solutions for a custom “...
# general
c
Are there any reccomended solutions for a custom “address” field on a record? For example - lets say we have a form that tracks the location of a piece of equipment, and on each date we need to input an address where it was located. Would you just create each of the address fields as text inputs (Addr 1, city, state, zip, etc)?
s
I would create a custom record to capture this info and link this record to the originating transaction.
c
And that record is basically all of the address type fields, right? City, state, zip, etc? I ask because the ERP we came from had a dedicated field type for address’
s
Yes I'm suggesting custom record because it's better record to report on and can add more fields rather then using address form.
c
Makes sense. That was what I was thinking as well. Appreciate it