Is there a way to create a filtered dropdown based...
# general
s
Is there a way to create a filtered dropdown based on the item fulfillment's status? I currently have custom record that has 2 fields. 1 has a name and the 2nd is the item fulfillment status. The custom record has 4 entries and each record has the Item fulfillment status I want to filter on in the dropdown. What I'm trying to do is filter the dropdown based on what the item fulfillment's status is. So if they select "Picked", I want it to show A & B. If it is "Packed" I want it to filter the dropdown to show C & D. Is this possible without scripting?
k
Yeah, create a multi select field on your custom record
If it a b c or d can be on Multiple stages
Then use your status field is equal to the transaction status as a filter on the custom field on the transaction
s
They can't be on multiple stages unfortunately. Each entry is tied to a specific item fulfillment status, and they can only selectd 1 at a time
oh wait. I misread. So I do have a dropdown list on the custom record in which I select the status I want to tie it to
k
Yes.
may take some trial and error
s
Is the picture I sent what you were referring to? if so, it doesn't work sadly
k
It should be.
may require some... finaggling
you sure you got the right lists?
s
So the first picture is my custom field and the 2nd one is the custom record. It looks to be the correctd list
It just doesn't seem to be looking at the item fulfillment status
k
I don't think you've got the right lists
s
the correct list/record?
There's only one "Additional Statuses" that I just created so it is correct unfortunately
I am wanting to compare it against a native netsuite field. Not sure if that matters
Yeah, no matter what I do, it will not filter the list based on the item fulfillment status
Man. I've tried transaction status, Status, and shipping status. Any other ideas of what it could be? This is quite frustrating
k
Unfortunately not - this might not be a field with a list that can be accessed.
Can you make another field that is not stored value, but text - and then source the status field you want in - and see if that will let you compare values?
s
lameeeeeeee. Good ole netsuite. Nah, I'd rather script it before doing that
Ah, so my theory is on the Item Fulfillment, the value returns A, but on the custom record, it is returnning actual numerical ids. No idea why NS is doing that