Sending values from one doctype to another doctype

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?

1 Like

Grab a value from another doctype, which was in another doctype defined in a field

1 Like

Please check the video: How open new doc with all data in object - #5 by NCP

1 Like

Thanks for your response. But Iā€™m
not going to save that on db. Is that any other way to achieve that?

1 Like

Thanks for your response,


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.

I need to bind those values on this above doctype

Reference: Create Delivery Note from Sales Order (maped document) - #2 by NCP

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 ?