Hi All. I have a pretty simple question that I’m h...
# administration
j
Hi All. I have a pretty simple question that I’m hoping has a simple answer 😉 . What is the easiest way to create a custom field that uses a list (location in this case), but is able to only use a subset of the values from that list. So, when on a sales order, I want only a few locations available to choose from, NOT every on that is defined in the system. Thanks.
d
use filtering to limit the list values. add additional fields to the location record so you can filter results based on specific criteria.
j
@Dean thank you sir! I knew there was an easy answer.
s
It will be easier if you convert your list to a custom record then add attribute for enhanced filtering
j
@Sam-I-Am thanks, that's a good idea. I already implemented it as Dean suggested, but will keep that solution in mind in the future.