Skip to content
Snippets Groups Projects
Commit e85a8c67 authored by Pascal Neub's avatar Pascal Neub
Browse files

[Projekt: xRM-Sales][TicketNr.: 1050442][Unterschiedliche Vorbelegung und...

[Projekt: xRM-Sales][TicketNr.: 1050442][Unterschiedliche Vorbelegung und Editierbarkeit des Feldes "UmsSt. in %"]
parent 16cca108
No related branches found
No related tags found
No related merge requests found
......@@ -96,7 +96,6 @@
<inputFormat>#,##0.00</inputFormat>
<groupable v="true" />
<mandatory v="true" />
<stateProcess>%aditoprj%/entity/Productprice_entity/entityfields/vat/stateProcess.js</stateProcess>
<valueProcess>%aditoprj%/entity/Productprice_entity/entityfields/vat/valueProcess.js</valueProcess>
<onValidation>%aditoprj%/entity/Productprice_entity/entityfields/vat/onValidation.js</onValidation>
</entityField>
......
import("system.neon");
import("system.vars");
import("system.result");
if (vars.get("$field.CONTACT_ID"))
result.string(neon.COMPONENTSTATE_READONLY);
else
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