Default values in doctypes field

Hello everybody,

I need some help, when the system access to any doctype always some fields have defaults values, for example company. Where is declare the statement to fill this fields with default values?.

I need take one value and set for default when I use any doctype. For example if I have one value, set it in all doctypes that have company field.

Thanks for your help

Multiple options to set default values.

If you want to set a global default value, then you can update it from the Customize Form.

https://erpnext.org/docs/user/manual/en/customize-erpnext/customize-form

If you want to set a default value in the Link Field, based on User, then you can create User Permission for the same.

https://erpnext.org/docs/user/manual/en/setting-up/users-and-permissions/user-permissions

Thanks,

I will try this, but for example I need to set a field’s default value with the value that I have in a field in the navbar

links don’t work

Could you please reference the new documentation to do this?