you can’t source off a multiselect field, right?
# general
j
you can’t source off a multiselect field, right?
Also you can use a workflow to source the value as well
j
I mean field A is multi select, field B uses field A to reduce its options
when I go to create field B, field A is not listed under
Source List
field B is a multiselect also
(both fields on same record btw)
m
It should be under the Filter By sublist
oh wait
nevermind
It works the other way I think....Field A is a single select, but you can have a multi select on the record in field B that is your filter
j
yeah, I cannot do this I don’t think, this is infuriating, I am super stuck
have multiselect dropdown of type A , second field of type Item is also a multiselect and needs to filter to only options where there exists a record of type X that has xref A/Item
ack. I am describing my problem poorly. I don’t want to actually SOURCE off that, just FILTER the possible options down.
m
What is the list/record referenced in field A?
FYI I think the filtering field needs to be a single select field but we can still attempt it. I think if you try to filter a multi select by another multi select it is not possible. One of them needs to be single select
j
Custom Record
m
Is there a field on your item record that references the same custom record?
j
no
different lettering, but this is the relationship between record types:
field C should only have options listed in the drop-down where there exists a Custom Record of type E where field F = field B
example
m
To use native filtering you would need to assign custom record D as a field on the item record
j
yeah, was hoping there was some clever workaround
m
Otherwise this would require a scripted field
j
but I cannot add/remove options except in UserEvent, so then the act of changing field B won’t trigger the options to change
only page load
got it working
insertSelectOption works in client
m
Yes sorry I remembered i did this awhile back for filtering a custom Units field based on the Units Type, and used insertSelectOption and removeSelectOption to filter a sripted field
then stored the scripted field in a separate stored field to store the value
j
exactly my approach
Thanks!