Opportunity - Owner Account
There is a field on Opportunity record type call Owner Account(Short Text field) . I could not find more information about this field in the admin guide. Here's what I wam trying to do
When a user creates an opportunity, I want to pre populate the account owned by the user. The assumption here is we will have one-one relation. I am exploring the following options to get this working
1. Use a field on User profile to store Account ID owned by that user . Then prepoulate this account Id in the Account field of Opportunity
2. Is it possible to set the default field formula on Account field of opportunity record using JoinFieldValue?