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

standard list controller for custom object
Hi,
I want to use standard list controller for my custom object. I saw various example but they all are for stardard object i.e accounts. i did the same for custom object but that wa not working. Can you please help how can we implement standard list controller for custom object with a short example.
ThankYou in advance
I want to use standard list controller for my custom object. I saw various example but they all are for stardard object i.e accounts. i did the same for custom object but that wa not working. Can you please help how can we implement standard list controller for custom object with a short example.
ThankYou in advance
sorry for late reply but i have found my mistake. I was using StandardController instead of StartdardSetController in constructor i.e.
public ApexPages.StandardSetController setCon{}
ThankYou for prompt reply.
All Answers
can you Please share your code onces:)
sorry for late reply but i have found my mistake. I was using StandardController instead of StartdardSetController in constructor i.e.
public ApexPages.StandardSetController setCon{}
ThankYou for prompt reply.