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

passing paramter / value from one apex controller to another apex controller
Set<id> resultId = new Set<id>();
I need to send the resultId to another apex controller , so that i can use that in where ID IN condition
I need to send the resultId to another apex controller , so that i can use that in where ID IN condition
You can use two approaches:
--
Thanks,
Prashant