If i add new User, that user type default is Website User.
And if i try to make doctype with field link that connect to User Doctype (Core module), all user that type is Website User is not listed especially new users.
How to display all User on field type link that connect to User Doctype (Core module)?
Okeyy thanks for your suggestion.
Do you think it’s better to create a client script in the dashboard, or change it directly by hard coding it in the <doctype_name>.js in the source code?
If you have a custom app it would be better to add it in the .js file(using hooks if its a standard doctype) so that its easier to move around different instances.
If its in the Desk itself then you might need to export the Client Script as fixtures which I wouldn’t recommend.