Link document reference

when we create journal entry from connection, system does not link that entry as reference in connections. How can we get its reference link ?

Check your link settings to see if they’re pointing to the correct field.

@ejaaz i have entered this field:

I want this type reference link:

May I know the reason why you are linking with voucher type?
I think you should add one field to the Journal Entry that stores the name of your Manufacturing Doctype and then add that field name in your link field.

Thanks @ejaaz It’s working now.

I have performed Quality inspection, and also want to link it in connections, how can I do so?

Same as this, add one field in the Quality Inspection doctype and store the name of your Manufacturing Doctype name in that. Then, add that field name in your link field.

when I perform quality inspection from (+) Button it links perfectly:

however when I perform quality inspection from Create Button, it does not link it in connections:

Here are the Fields:


You will have to write a script to select your doctype name if you are doing it from the Create button, or you can select your Manufacturer doctype name in the custom field that you added in the Quality Inspection doctype.

OK. I try… thankyou

Done. thanks again @ejaaz