Skip to content
Snippets Groups Projects
Commit c74ddb57 authored by v.broens's avatar v.broens
Browse files

[Projekt: xRM-Service][TicketNr.: 2001255][Dokumentenvorlagen]

parent bd2a58bc
No related branches found
No related tags found
No related merge requests found
......@@ -82,8 +82,7 @@
</entityField>
<entityConsumer>
<name>Documents</name>
<state>INVISIBLE</state>
<stateProcess>%aditoprj%/entity/DocumentTemplate_entity/entityfields/documents/stateProcess.js</stateProcess>
<state>EDITABLE</state>
<dependency>
<name>dependency</name>
<entityName>Document_entity</entityName>
......
import("system.vars");
import("system.neon");
import("system.result");
import("KeywordRegistry_basic")
if( (vars.get("$field.KIND") != $KeywordRegistry.documentTemplateType$mail()) && (vars.get("$field.KIND") != $KeywordRegistry.documentTemplateType$signature()) )
{
result.string(neon.COMPONENTSTATE_EDITABLE);
}
\ 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