Skip to content
Snippets Groups Projects
Commit c61acbda authored by Markus Escher's avatar Markus Escher
Browse files

#1030775 add Salesproject Consumer + Viewreference to Organisation

parent e4085849
No related branches found
No related tags found
No related merge requests found
......@@ -476,6 +476,22 @@
<fieldName>LanguagesISO3Code</fieldName>
</dependency>
</entityConsumer>
<entityConsumer>
<name>Salesprojects</name>
<title>Salesprojects</title>
<fieldType>DEPENDENCY_OUT</fieldType>
<dependency>
<name>dependency</name>
<entityName>Salesproject_entity</entityName>
<fieldName>#PROVIDER</fieldName>
</dependency>
<children>
<entityParameter>
<name>ContactId_param</name>
<code>%aditoprj%/entity/Organisation_entity/entityfields/salesprojects/children/contactid_param/code.js</code>
</entityParameter>
</children>
</entityConsumer>
</entityFields>
<recordContainers>
<dbRecordContainer>
......
import("system.vars");
import("system.result");
result.string(vars.get("$field.ORGANISATION_ID"));
\ No newline at end of file
......@@ -22,6 +22,12 @@
<fieldName>Salesprojects</fieldName>
<isConsumer v="false" />
</entityDependency>
<entityDependency>
<name>ca678fae-46ce-4818-9661-cfc30f540234</name>
<entityName>Organisation_entity</entityName>
<fieldName>Salesprojects</fieldName>
<isConsumer v="false" />
</entityDependency>
</dependencies>
</entityProvider>
<entityField>
......
......@@ -50,5 +50,10 @@
<entityField>ObjectRelations</entityField>
<view>AnyObjectRelationFilter_view</view>
</neonViewReference>
<neonViewReference>
<name>dc1aa0ca-d0bd-45fd-84dc-55cfcf3ca430</name>
<entityField>Salesprojects</entityField>
<view>SalesprojectFilter_view</view>
</neonViewReference>
</children>
</neonView>
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