You need to sign in to do that
Don't have an account?
Rick SF Admin
Auto-populate a custom date field on the Accounts object based on values from the related list
I have a custom date field called Last_Awarded_Date__c on the Accounts object. In the related list of the Accounts object is a custom Opportunities object with an Award_Date__c (date) field and an Awardee_PP_Score__c (number) field. I'm trying to have the Last_Awarded_Date__c field in the Accounts object automatically updated with the date of the most recent Award_Date__c with an Awardee_PP_Score__c from the custom Opportunites object in the related list. (See images below).
Accounts Object
Related List - 7/10/2018 should be the date in the Last_Award_Date__c field in the Accounts object
Accounts Object
Related List - 7/10/2018 should be the date in the Last_Award_Date__c field in the Accounts object
All Answers
You need to create a CrossObject Formula on opportunity side.
if you need any assistanse, Please let me know!!
Kindly mark my solution as the best answer if it helps you.
Thanks
Mukesh
you can create a workflow on opportunity and update a field of Account object
if you need any assistanse, Please let me know!!
Kindly mark my solution as the best answer if it helps you.
Thanks
Mukesh