Hi,
i need to retrieve data based on multiple condition.
in rest the basic query could be:
query => contacts_cstm.code=‘001’
I need to achieve this:
query => contacts_cstm.code_c=‘001’ AND contacts_cstm.product_c=‘001’
But withut luck…I’ve searched but i haven’t found any useful documentation.
COuld someone point me on the right way?
Thank you