Hello Alexander,
I hope you can help, I want to set a start value in a cascading dropdown field from JS. I’ve tried using setFieldValue(‘Product’,_lclProduct); where ‘Product’ is the cascading field, (SPFieldText) and _lclProduct is the initial value I want to set the field to. The cascading field works fine from user input, but trying to set it from JS does not populate the value into the Product field. How can I best do this?
Thank you in advance.
Ian