function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
v1.323870375512286E12v1.323870375512286E12 

Recent Date

Hi

 

Can anyone provide solution. How to take a value of recent Dtae of child record   from all child records associated with it.

TheIntegratorTheIntegrator

if its a master-detail relationship, you can create a roll-up summary to get max of create date (or any other date field) to achieve this, if its a lookup, you will need to create a trigger on the child object to update a field on parent.

v1.323870375512286E12v1.323870375512286E12

Thanks for your reply..but this is not about created date..ther exist one date field which is field manually by user.

TheIntegratorTheIntegrator

you could use rollup on a custom date field as well