Hello,
I’ve done some research on this topic but haven’t been able to find a definitive solution. I have a custom bulk action in the Contacts list view. I am able to pass ids of records selected individually with $_REQUEST however if “select all records” checkbox is used. They are not passed. As I understand it JavaScript doesn’t send the ids but instead sends a “select_entire_list” parameter. How can I pass the ids of records when the “select all records” check box is used?
Thanks.