Hi! I want to limit the amount of vendors from the Vendor drop down field on Purchase order creation to only a handful of vendors instead of every vendor. Is this possible?
Slack Conversation
n
Nathan L
07/27/2023, 8:53 PM
Yes kind of. But you would need to create your own custom field that gets a filtered list of vendors, then have that field write to the native entity field.
I don't believe NetSuite allows you to filter native select fields
t
Tim Chapman
07/27/2023, 8:54 PM
I am testing this now, after field source workflow that sources the native vendor field with my custom field. Does that make sense?
n
Nathan L
07/27/2023, 8:55 PM
Yeah definitely. I have always done this with a client script or before submit, but workflow is probably safer.
Workflows just confuse me so i dont use them lol