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

[Projekt: Entwicklung - Neon][TicketNr.: 1056176][SingleObject_entity hat...

[Projekt: Entwicklung - Neon][TicketNr.: 1056176][SingleObject_entity hat keine Verwendung mehr und muss entfernt werden]
parent 1880506a
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="UTF-8"?>
<entity xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.3.14" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.14">
<name>SingleObject_entity</name>
<majorModelMode>DISTRIBUTED</majorModelMode>
<recordContainer>jdito</recordContainer>
<entityFields>
<entityProvider>
<name>#PROVIDER</name>
</entityProvider>
<entityField>
<name>TARGET_CONTEXT</name>
<valueProcess>%aditoprj%/entity/SingleObject_entity/entityfields/target_context/valueProcess.js</valueProcess>
</entityField>
<entityField>
<name>UID</name>
<valueProcess>%aditoprj%/entity/SingleObject_entity/entityfields/uid/valueProcess.js</valueProcess>
</entityField>
<entityParameter>
<name>TargetContext_param</name>
<expose v="true" />
<mandatory v="true" />
</entityParameter>
<entityParameter>
<name>TargetId_param</name>
<expose v="true" />
<mandatory v="true" />
</entityParameter>
<entityProvider>
<name>OneObject</name>
<targetContextField>TARGET_CONTEXT</targetContextField>
<targetIdField>UID</targetIdField>
</entityProvider>
</entityFields>
<recordContainers>
<jDitoRecordContainer>
<name>jdito</name>
<recordFieldMappings>
<jDitoRecordFieldMapping>
<name>UID.value</name>
</jDitoRecordFieldMapping>
</recordFieldMappings>
</jDitoRecordContainer>
</recordContainers>
</entity>
import("system.vars");
import("system.result");
result.string(vars.get("$param.TargetContext_param"));
\ No newline at end of file
import("system.vars");
import("system.result");
result.string(vars.get("$param.TargetId_param"));
\ 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