I have product doctype which has fields like
product name
display name
In that product doctype, I also have one link field called attribute option, which is mapped with the product attribute options doctype now when I click create new product attribute option.I need to pass a value from the product doctype to the product attribute options doctype using query params. How do I do this?
In the above image, I have a product attribute table that has an attribute options link that redirects to another doctype I need to pass data to that without saving how to achieve this.
Thanks a lot, I will check it. I have a doubt if I select Create a new in link field option is there any way to send some parameter values through query param ?