The ReferenceError you reported previously was definitely due to simply accessing a variable you hadn’t defined (retro_id).
Now your code doesn’t have that problem, but the part you’ve shared basically just matches the approach we show in samples, which works.
The problem must be elsewhere in code we don’t have. See the Debugging overview to understand how you can make it possible to help you.
Announcement
Collapse
No announcement yet.
X
-
That wasn't the issue I was having. However I did update that and the former issue I was having was improper use of the getValue() function. Now when trying to call that function on a Select item I'm receiving 17:35:53.706:MUP0:WARN:Log:TypeError: _3.getTrimmedDataPath is not a function. There's not much documentation for what might be causing the error here on the forum so I was wondering if you could help.
Leave a comment:
-
Your code is passing a variable retro_ID when in fact the variable is retro_IN
Leave a comment:
-
-
Hi,
there is a dependent select example in the showcase.
Best regards
Blama
Leave a comment:
-
Select-Item fetch
Version: v12.1p_2020-05-20/Pro Deployment
Hello Isomorphic,
I'm having some issues trying to figure out how to get a select-item to fetch Dependent on another-select item being changed.
I am trying to get the successor_id select item to update its criteria when the retro_id select_item is changed. As of right now it seems I can't use the getPickListFilterCriteria function outside of the form. Any suggestions on how I should be approaching this?
Thanks,
Chris
Tags: None
Leave a comment: