Skip to content
Snippets Groups Projects
Commit b6a4d835 authored by Benjamin Ulrich's avatar Benjamin Ulrich :speech_balloon:
Browse files

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

[Projekt: Entwicklung - Neon][TicketNr.: 1050221][Öffnen der editview bei Kampagne schmeißt Java-Exception]
parent ea85b7b1
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