dfp_external_storage
dfp_external_storage copied to clipboard
Attached Field in Document is not updated.
#### 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.
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 :)