You need to sign in to do that
Don't have an account?
Nitesh hada
On Account, How to fetch no. of open Opportunity?
On Account, How to fetch no. of open Opportunity
function readOnly(count){ }
You need to sign in to do that
Don't have an account?
You need to create a custom field on The Account Object and then you need to write a trigger on the Opportunity object.
I have sample code to count the no of contact for each account. Refer this and modify it accordingly
Kindly mark it as the best answer if it works for you.
Thanks & Regards,
Priya Ranjan
All Answers
You need to create a custom field on The Account Object and then you need to write a trigger on the Opportunity object.
I have sample code to count the no of contact for each account. Refer this and modify it accordingly
Kindly mark it as the best answer if it works for you.
Thanks & Regards,
Priya Ranjan
Set it to Count and set a filter for Closed <> True
Regards
Andrew