Search Community
- Force.com Discussion Boards
- :
- Salesforce User Discussions
- :
- Best Practices Discussion
- :
- Re: Custom button help
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Custom button help
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-07-2009 01:04 PM
I am creating a custom button to create a new case from the accounts page. I currently have it pulling the correct record type, but now I am having trouble pulling the Account Name into the new case automatically. Does anyone know the correct field name to use in the URL to get that information into the case?
I current have /500/e?RecordType=012T0000000CvcH&accountid={!Acco
Solved! Go to Solution.
Re: Custom button help
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-09-2009 08:44 PM
Try this:
/500/e?RecordType=012T0000000CvcH&accountid={!Acco
Hope that helps,
Sati
Re: Custom button help
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-10-2009 07:30 AM
Sati,
Thanks for the reply! I actually found out that the account id field name was different in our org and that was the only thing holding me back. I ended up using something very similar to your link to fix it.
Thanks again.

