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

Merge branch '#1065600-FixedAddingContactToCampaignStepFrom360' into '2020.2.0'

#1065600 fixed adding contact to campaign step from360

See merge request xrm/basic!394
parents 8deb0539 9741750b
No related branches found
No related tags found
No related merge requests found
......@@ -146,12 +146,13 @@ function _handleRowIds(pParticipantRowIds, pCampaignId)
];
let valsCampaignParticipantLog = [
campaignParticipantLogId,
campaignParticipantLogId,
campaignId,
newCampaignStepId,
newCampaignStepId,
campaignParticipantId,
vars.get("$sys.user"),
vars.get("$sys.date")
vars.get("$sys.date"),
""
];
statementArray.push(["CAMPAIGNPARTICIPANT", cols, null, valsCampaignParticipant]);
......
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