Dear community,
I know things can be done on the python side, but I am trying to understand the limitation of Server Script from the UI.
Says, I want to assign a new number to a field with following script,
doc.product_number = frappe.model.naming.make_autoname('X.###')
This give me, ‘NoneType’ object is not callable
From Server Side Script UI, what object are available and what aren’t?
Are there and document that gives more examples about the server script?
Thanks!