Fetching the Installation Note Data into the Delivery Note

Hello,

I want to fetch the installation note into the delivery note.

Can you guide to fetch and also I need the details in the print format.

Regards
Madhusudan

Hello,

I want to fetch the installation note into the delivery note.

Can you guide to fetch and also I need the details in the print format.

Regards
Madhusudan

You have to add custom field installation note no in the delivery note item and on submission of installation note update the name in the installation note of the delivery note item. To update the no in delivery note item, use the prevdoc_detail_docname(delivery note item name) mentioned in the installation note item.

Thanks, Rohit

I will work on it.

Hello Rohit,

I added the custom field -

  1. Installaion Note no in the delviery note item
  2. Generated Installation note no
  3. Submitted the Installation note no.

I am not getting the installation note no in the delivery note -neither I am fetching the Installation note no nor I am able to select the Installation note no.

Have I done any wrong custom field in the delivery note no.

No you did right but you have to add the code too to update the installation note no in the delivery note on submission of installation note using hooks doc events.

Thanks