dfp_external_storage icon indicating copy to clipboard operation
dfp_external_storage copied to clipboard

Attached Field in Document is not updated.

Open hkmj-erp opened this issue 1 year ago • 1 comments

####  To change the Local Field of Document
            if self.attached_to_field:
                frappe.db.set_value(
                    self.attached_to_doctype,
                    self.attached_to_name,
                    self.attached_to_field,
                    self.file_url,
                )
####

On change in File, please update the connected field value also which holds the path to File.

hkmj-erp avatar Jun 28 '24 04:06 hkmj-erp

Hi @hkmj-erp sorry answering you so late! :) Could yo elaborate more the issue being solved and the solution please? I can not imagine cases affected and in what way? Thank you very much for your help @hkmj-erp :)

developmentforpeople avatar Dec 22 '24 10:12 developmentforpeople