I have a doctype with a Link Field: account.
Now I have set a default value for this link field but incase a user has an account mentioned in its permission the system automatically fetches that account into that field.
I would like to restrict the system from pull the user property for this particular field or doctype, how to accomplish that?
@Deep This is Wrong. What I am trying to do is not accomplished by simply clicking ignore permission. I have tried that but it does not work.
Suppose you have a doctype like Journal Entry, and there you have a custom field like Employee. Now employee field would be automatically populated with the Employee mentioned in the user permission of the user creating the document.
I want to avoid that and not ignore the user permission.