Discussions
- General Development
- Schema Development
- Apex Code Development
- Visualforce Development
- Formulas & Validation Rules
- Security
- Mobile
- Force.com Sites & Site.com
- Chatter Development
- Java Development
- .NET Development
- Perl, PHP, Python & Ruby
- Desktop Integration
- APIs and Integrations
- Visual Workflow
- Apple, Mac and OS X
- VB and Office Development
- AppExchange Directory & Packaging
- Salesforce Labs & Open Source Projects
- Other Salesforce Applications
- Jobs Board
- Force.com Discussion Boards
- :
- Developer Boards for Force.com and Database.com
- :
- Formulas & Validation Rules Discussion
- :
- Re: how to populate a field on account with status...
turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
0
how to populate a field on account with status of Most recent Contract of Account
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
11-05-2012 10:37 AM
How to populate a field on account object with status of most recent contract (based on contract Start Date value)? contract object has look up relation with account.
To do this Apex code is required? or is there any way using formula field.
If any of my reply answer your question please mark it as solved. so,others may use it.
Thanks,
SKA
Thanks,
SKA
Solved! Go to Solution.
0
Re: how to populate a field on account with status of Most recent Contract of Account
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
11-05-2012 06:48 PM
Hi
You need to write a trigger on contract after update,after insert,after delete.
Then the account will be update with recent values of contract.
Thanks
Anil.B
Anil.B
0
Re: how to populate a field on account with status of Most recent Contract of Account
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
11-05-2012 08:12 PM
Thanks Anil.
If any of my reply answer your question please mark it as solved. so,others may use it.
Thanks,
SKA
Thanks,
SKA

