Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Documentation
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
vtap
Documentation
Wiki
API Designer
Changes
Page history
New page
Templates
Clone repository
Update API Designer
authored
3 years ago
by
Vikas
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
API-Designer.md
+1
-1
1 addition, 1 deletion
API-Designer.md
with
1 addition
and
1 deletion
API-Designer.md
View page @
a67d2332
...
...
@@ -66,7 +66,7 @@ To select (firstname, lastname) record fields of Module for matching email (=[te
<field name="lastname"> </field>
</record>
<where>
<field
name=
"email"
condition=
'
eq
'
value=
'
test@
vtiger
.com
'
></field>
<field name="email" condition=
"
eq
"
value=
"
test@
test
.com
"
></field>
</where>
<sort>
<field name="annualrevenue" order="desc"></field>
...
...
This diff is collapsed.
Click to expand it.