I want to add some custom logic inside the Quick Entry form of a doctype.
Specifically, I need to run a script when a certain field inside the Quick Entry dialog changes — for example, when the user enters a value in a particular field like Aadhaar Number, I want to perform some validation or call a custom function.
I’m not sure how to properly bind field events (like onchange, validate, etc.) for fields that appear in the Quick Entry dialog instead of the full form view.
How can I access or trigger events for fields inside the Quick Entry?
Is there a proper hook or event listener that works only for the Quick Entry dialog fields?