Dear community,
We face the following issue:
We have 2 Asset Object Fields, which are not referenced to each other. Just two "normal" picker fields.
In some projects we have references, in others we don't. Therefore we added a context for the projects, where a reference needs to be implemented. We achieved this with the following:
So far so good:
We have now a new use case, where in 18601 the category need to be a multi select. The Module field will be then empty, as no module is in both categories.
We want to achieve, that the dropdown will show all modules from the selected categories. (Like the normal referenced fields, but as described, thats not possible).
I already tried: object having outR(Category = ${customfield_18601}) but this is also not working.
In the asset it is configured like this: On the module I select the Category Object:
Thats the whole config of the asset field:
Any ideas?
Best regards,
Nicole
I would assume this is not working due to some conversion between array values.
I had a look at the following documentation:
There it is also mentioned to use the following if specifying an "in" clause:
Category IN (${customfield_18601${0}})
Those parenthesis are important when handling array objects/fields.
Can you try that?
And does it work, if you are using "Category = ${customfield_18601}" and only select one category?
Hope this helps!
Stefan
Thanks for this! This works brilliant and as I hoped for.
You made this day a little better! Thank you very much.
Best regards-,
Nicole
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.