Skip to content
Snippets Groups Projects
Commit d5ae0093 authored by Sebastian Listl's avatar Sebastian Listl :speech_balloon:
Browse files

Merge branch '1072410_bugfix_campaignstep_status' into '2021.0'

[Projekt: xRM-Marketing][TicketNr.: 1072410][Status bei newCampaignStep falsch vorbelegt]

See merge request xrm/basic!763
parents 7683d1f9 3ca5eba7
No related branches found
No related tags found
No related merge requests found
......@@ -98,6 +98,7 @@
<groupable v="true" />
<mandatory v="true" />
<valueProcess>%aditoprj%/entity/CampaignStep_entity/entityfields/status/valueProcess.js</valueProcess>
<displayValueProcess>%aditoprj%/entity/CampaignStep_entity/entityfields/status/displayValueProcess.js</displayValueProcess>
</entityField>
<entityField>
<name>SORTING</name>
......
import("system.result");
import("system.vars");
import("Keyword_lib");
import("KeywordRegistry_basic");
result.string(KeywordUtils.getViewValue($KeywordRegistry.campaignStepState(), vars.get("$field.STATUS")));
\ No newline at end of file
......@@ -4,4 +4,4 @@ import("system.result");
import("system.neon");
if(vars.get("$sys.recordstate") == neon.OPERATINGSTATE_NEW && vars.get("$this.value") == null)
result.string($KeywordRegistry.campaignStepState$open);
\ No newline at end of file
result.string($KeywordRegistry.campaignStepState$open());
\ 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