How Can I use COQL via deluge?
Could anyone give me a sample code about COQL via deluge?
I try the following code. But it is not work.
param = Map();
SQL_string="SELECT First_Name, Last_Name, Full_Name FROM Contacts";
param.put("select_query",SQL_string);
response = invokeUrl [
type : POST
parameters : param.
connection : crm_all
];
info response;