Skip to content
Snippets Groups Projects
Commit 60867153 authored by Johannes Goderbauer's avatar Johannes Goderbauer
Browse files

AnyContact: added sorting

parent 76f4db2b
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment