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

Get List of all Contacts form Contacts tab
How do i retrieve a list of all contacts available in my contacts tab and display them on a Visualforce page.
function readOnly(count){ }
You need to sign in to do that
Don't have an account?
How do i retrieve a list of all contacts available in my contacts tab and display them on a Visualforce page.
List<Contact> CONTACTLIST = [SELECT ID,NAME FROM CONTACT WHERE OwnerId = : USERINFO.GETUSERID()];
@vijit Capgemi Developer
to display ALL contacts. Fill the value attribute with the fields you required to display in the visualforce page