Search Community
- Force.com Discussion Boards
- :
- Salesforce User Discussions
- :
- Best Practices Discussion
- :
- Re: Reporting or field adding question - complex?
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Reporting or field adding question - complex?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-10-2009 12:37 PM
I have an Object that I need to either (a) populate fields of Alias, State and Division automatically with data from the User table or (b) determine a way to report those three fields from User along with the data in the Object. I would accept either way but I cannot figure out how to accomplish this.
Additionally, it would be grand if I could find a way to do the same thing with a Task.
Advise please?
Thx
Re: Reporting or field adding question - complex?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-14-2009 07:41 AM
Unfortunately, the users table is unrelatable to other objects in the way I think you'd like. You can dynamically populate fields with current users data using formula fields (like $User.Username, $User.Alias)
Let me know if this helps you at all, without understanding a little more about what you're trying to achieve its difficult to say if this will work for you.
Regards,
forcedotcom

