You need to sign in to do that
Don't have an account?

User Validation
This is the first time I have played with Salesforce. I am trying to figure out are there any resources/previous threads discussing owner relationships. I am trying to have an owner field default always to one specific value no matter what.
I apologize for my lack of knowledge but this is my first time scripting/playing with Salesforce.
Definitely,
I made a custom object for IT Requests for our company. We always want the IT request to go to a certain owner. I have the default 'lookup field' for item owner included. Right now it is a lookup list that includes all our employees. I want it editable so that the user could be changed if need be, but by default I want it to always populate with the Engineering/IT Manager until such time as it is delegated to a subordinate.
Then its not posibble. coz owner in the standard salesforce field always refer to user who created the record.
My suggestion is you create custom fields ( picklist -> user ), then just modified it in the workflow rules and field updates or visualforce and apex class.
It should works!
cheers,