Hi All,We have object Fee which is child of the Account object. Fee is calculated once a year per account and we need to display most recent Fee on Account level. Current fee is stored in Fee_Amount__c field and ti is a formula field which holds currence data type.We need to display Fee_Amount__c value on Account level from most recently created Fee record.Thank you in advance