Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sandeep
CKB
Commits
2eb13f5f
Commit
2eb13f5f
authored
11 months ago
by
Sandeep
Browse files
Options
Download
Email Patches
Plain Diff
added
parent
0a6e8e16
Sandeep
1 merge request
!1
description
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
multiple_search_query.dg
+11
-0
multiple_search_query.dg
with
11 additions
and
0 deletions
+11
-0
multiple_search_query.dg
0 β 100644
View file @
2eb13f5f
queryMap = Map();
encodedQuery = "select Phone, Alternate_Number from Leads where (Phone = '" + phone1 + "' or Alternate_Number = '" + phone2 + "') ";
queryMap.put("select_query",encodedQuery);
response1 = invokeurl
[
url :"https://www.zohoapis.in/crm/v4/coql"
type :POST
parameters:queryMap.toString()
connection:"zohoconditions"
];
info response1 + "1st response";
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help