Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
basic
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor 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
xrm
basic
Commits
60867153
Commit
60867153
authored
5 years ago
by
Johannes Goderbauer
Browse files
Options
Downloads
Patches
Plain Diff
AnyContact: added sorting
parent
76f4db2b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
entity/AnyContact_entity/AnyContact_entity.aod
+1
-0
1 addition, 0 deletions
entity/AnyContact_entity/AnyContact_entity.aod
entity/AnyContact_entity/recordcontainers/db/orderClauseProcess.js
+9
-0
9 additions, 0 deletions
...yContact_entity/recordcontainers/db/orderClauseProcess.js
with
10 additions
and
0 deletions
entity/AnyContact_entity/AnyContact_entity.aod
+
1
−
0
View file @
60867153
...
...
@@ -116,6 +116,7 @@ See ContactUtils.getRelationTypeByPersOrg for possible values</description>
<alias>
Data_alias
</alias>
<fromClauseProcess>
%aditoprj%/entity/AnyContact_entity/recordcontainers/db/fromClauseProcess.js
</fromClauseProcess>
<conditionProcess>
%aditoprj%/entity/AnyContact_entity/recordcontainers/db/conditionProcess.js
</conditionProcess>
<orderClauseProcess>
%aditoprj%/entity/AnyContact_entity/recordcontainers/db/orderClauseProcess.js
</orderClauseProcess>
<linkInformation>
<linkInformation>
<name>
7b3fa460-44a1-40f3-89e3-1625ce9c6bb3
</name>
...
...
This diff is collapsed.
Click to expand it.
entity/AnyContact_entity/recordcontainers/db/orderClauseProcess.js
0 → 100644
+
9
−
0
View file @
60867153
import
(
"
system.result
"
);
import
(
"
system.db
"
);
result
.
object
({
"
ORGANISATION.CUSTOMERCODE
"
:
db
.
ASCENDING
,
"
ORGANISATION.NAME
"
:
db
.
ASCENDING
,
"
PERSON.LASTNAME
"
:
db
.
ASCENDING
,
"
PERSON.FIRSTNAME
"
:
db
.
ASCENDING
});
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment