Skip to content
Snippets Groups Projects
Commit 2a9ac800 authored by Benjamin Ulrich's avatar Benjamin Ulrich :speech_balloon:
Browse files

[Projekt: xRM-Sales][TicketNr.: 1081528][Reihenfolge der Phasen in der...

[Projekt: xRM-Sales][TicketNr.: 1081528][Reihenfolge der Phasen in der Administration wie in der Ansicht im Vertriebsprojekt abbilden]
parent dd572d3b
No related branches found
No related tags found
No related merge requests found
......@@ -110,6 +110,8 @@
<recordContainers>
<dbRecordContainer>
<name>db</name>
<fromClauseProcess>%aditoprj%/entity/SalesprojectPhaseDefinition_entity/recordcontainers/db/fromClauseProcess.js</fromClauseProcess>
<orderClauseProcess>%aditoprj%/entity/SalesprojectPhaseDefinition_entity/recordcontainers/db/orderClauseProcess.js</orderClauseProcess>
<onDBInsert>%aditoprj%/entity/SalesprojectPhaseDefinition_entity/recordcontainers/db/onDBInsert.js</onDBInsert>
<alias>Data_alias</alias>
<recordFieldMappings>
......
import("system.result");
//join AB_KEYWORD_ENTRY so we can order the records the correct way
result.string("SALESPROJECTPHASEDEFINITION \n\
join AB_KEYWORD_ENTRY on (SALESPROJECTPHASEDEFINITION.PHASE = AB_KEYWORD_ENTRY.KEYID)");
\ No newline at end of file
import("system.result");
import("system.db");
result.object({"AB_KEYWORD_ENTRY.SORTING": 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