How to keep Owner in the field as read only?

Hello Team,

I have created a DocType for internal purpose.

At bottom of every document Owner of document is coming, I want to keep / fetch in the field with read only / hidden manner.

Later I will have to use that owner / created by field to implement some workflow.

Thanks & Warm Regards

You can manage this with Perm Levels.

https://frappe.github.io/erpnext/user/manual/en/setting-up/articles/managing-perm-level

I want to keep / fetch in the field with read only / hidden manner. And that field I want to use in other DocType.

You can keep it’s type as Read Only, and write value in the option to pick and update Owner value. To pull this value in other transaction, you can insert Custom Field of same name in other transaction as well.