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

Document: use a standard param

parent 7581403b
No related branches found
No related tags found
No related merge requests found
Showing
with 19 additions and 40 deletions
import("system.result");
result.string("DOCUMENT");
\ No newline at end of file
import("system.result");
result.string("DOCUMENT");
\ No newline at end of file
import("system.result");
result.string("DOCUMENT");
\ No newline at end of file
import("system.result");
result.string("DOCUMENT");
\ No newline at end of file
import("system.vars");
import("system.result");
result.string("DOCUMENT");
\ No newline at end of file
......@@ -193,11 +193,19 @@
<fieldName>Documents</fieldName>
<isConsumer v="false" />
</entityDependency>
<entityDependency>
<name>e326d4f9-40fd-42c8-88d6-0c5cefc6fa71</name>
<entityName>Task_entity</entityName>
<fieldName>Documents</fieldName>
<isConsumer v="false" />
</entityDependency>
</dependencies>
<children>
<entityParameter>
<name>AssignmentName_param</name>
<valueProcess>%aditoprj%/entity/Document_entity/entityfields/documents/children/assignmentname_param/valueProcess.js</valueProcess>
<expose v="true" />
<documentation>%aditoprj%/entity/Document_entity/entityfields/documents/children/assignmentname_param/documentation.adoc</documentation>
</entityParameter>
<entityParameter>
<name>AssignmentRowId_param</name>
......@@ -265,7 +273,9 @@
</entityParameter>
<entityParameter>
<name>AssignmentName_param</name>
<valueProcess>%aditoprj%/entity/Document_entity/entityfields/maindocuments/children/assignmentname_param/valueProcess.js</valueProcess>
<expose v="true" />
<documentation>%aditoprj%/entity/Document_entity/entityfields/maindocuments/children/assignmentname_param/documentation.adoc</documentation>
</entityParameter>
<entityParameter>
<name>AssignmentRowId_param</name>
......
Assignment name for a document. If you do not overwrite this param in a consumer the default value `DOCUMENT` will be used.
\ No newline at end of file
import("system.result");
result.string("DOCUMENT");
\ No newline at end of file
Assignment name for a document. If you do not overwrite this param in a consumer the default value `DOCUMENT` will be used.
\ No newline at end of file
import("system.result");
result.string("DOCUMENT");
\ No newline at end of file
import("system.result");
result.string("DOCUMENT");
\ No newline at end of file
import("system.result");
result.string("DOCUMENT");
\ No newline at end of file
import("system.result");
result.string("DOCUMENT");
\ No newline at end of file
......@@ -264,6 +264,7 @@
<entityParameter>
<name>AssignmentName_param</name>
<valueProcess>%aditoprj%/entity/Order_entity/entityfields/maindocuments/children/assignmentname_param/valueProcess.js</valueProcess>
<documentation>%aditoprj%/entity/Order_entity/entityfields/maindocuments/children/assignmentname_param/documentation.adoc</documentation>
</entityParameter>
<entityParameter>
<name>AssignmentRowId_param</name>
......
import("system.result");
result.string("DOCUMENT");
\ No newline at end of file
import("system.result");
result.string("DOCUMENT");
\ No newline at end of file
import("system.result");
result.string("DOCUMENT");
\ No newline at end of file
import("system.result");
result.string("DOCUMENT");
\ No newline at end of file
import("system.result");
result.string("DOCUMENT");
\ 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