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

Merge branch '1050221_KampagneEditFehler' into 'master'

[Projekt: Entwicklung - Neon][TicketNr.: 1050221][Öffnen der editview bei...

See merge request xrm/basic!105
parents 51e95378 b6a4d835
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ if(vars.get("$sys.recordstate") == neon.OPERATINGSTATE_NEW)
{
var campaignId = vars.get("$field.CAMPAIGN_ID");
var stepCount = newSelect("count(CAMPAIGNSTEPID)")
.from("CAMPAINGSTEP")
.from("CAMPAIGNSTEP")
.where("CAMPAIGNSTEP.CAMPAIGN_ID", campaignId)
.cell();
result.string(parseInt(stepCount) + 1);
......
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