I have some docfields, which are virtual fields. These virtual fields are getting data populate from different sources.
Now rather than calling an API from the javascript and then filling them up, I want to know how can I fil their value in the backend only so when that Document is passed to the frontend, it already has that value filled in it.F
I can’t find any documentation for such a simple thing to do in Frappe.