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
TilluTillu 

How to write formulae for below field ?

I would like to write a formuale that will give the summerized amount where policy Type__c = va and Posted date__c is 'Last 12 months '.

The summerized amount is  from other object Transaction. we have policy, Transaction and need to display  summerized transaction amount on Policy. Policy is master and transaction is child.
Grazitti TeamGrazitti Team
Create a roll up summary with filters on object Policy : 
1. Policy Type = va
2. Posted_Date c- last 12 months

i.e create a formula field that will return true or false if the posted  date is between last 12 months.

Please Mark this as Answer if it helps you
--
Regards,
Grazitti Team
Web: www.grazitti.com
Email: sfdc@grazitti.com