You need to sign in to do that
Don't have an account?

Rollup summary to filter only 1 recently created record
Hi
Is it possible to filter child records to only the one which is added recently (based on created date).. i have a requirement to get the rullup summary for only the recently added child object field value.
i know we can do via apex. just wanted to check if there is any option with config
thanks
Is it possible to filter child records to only the one which is added recently (based on created date).. i have a requirement to get the rullup summary for only the recently added child object field value.
i know we can do via apex. just wanted to check if there is any option with config
thanks
All Answers
for example
Account A - has 10 Custom object records as child record.
the summary of a numeric field should consider only one record (which is created recently)
MAX(CreatedDate - will give me the date and i need a different numeric field value