What is property setter?

Can anybody explain me a bit about property setter?

2 Likes

Hy @hizbul,
Property Setter is something we use to override the property of an existing standard field in doctype.
Eg: In customer doctype try to override GENDER field. Now you will get a new property setter in Property Setter List. Copy that and export in hooks.py file.

3 Likes