Skip to content
Snippets Groups Projects
Commit 0596d8e9 authored by Johannes Hörmann's avatar Johannes Hörmann
Browse files

Namen auch in Hisstorylink auflösen mit selbem Mechanismus wie object relations

parent 79b87e64
No related branches found
No related tags found
No related merge requests found
......@@ -113,7 +113,7 @@
</dbRecordFieldMapping>
<dbRecordFieldMapping>
<name>OBJECT_ROWID.displayValue</name>
<recordfield>ACTIVITYLINK.OBJECT_TYPE</recordfield>
<expression>%aditoprj%/entity/ActivityLink_entity/recordcontainers/db/recordfieldmappings/object_rowid.displayvalue/expression.js</expression>
</dbRecordFieldMapping>
</recordFieldMappings>
</dbRecordContainer>
......
import("system.result");
import("Context_lib");
result.string(ContextUtils.getNameSubselectSql("OBJECT_TYPE", "OBJECT_ROWID"))
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<process xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.1.7" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/process/1.1.7">
<name>ObjectRelation_lib</name>
<majorModelMode>DISTRIBUTED</majorModelMode>
<process>%aditoprj%/process/ObjectRelation_lib/process.js</process>
<variants>
<element>LIBRARY</element>
</variants>
</process>
import("system.vars");
import("Context_lib");
import("Sql_lib");
/**
* This class provides functions for managing object relations
*
* Do not create an instance of this
*
* @class
*/
function ObjectRelationUtils() {}
// TODO
\ 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