Skip to content
Snippets Groups Projects
Commit 9bca2edf authored by Sebastian Pongratz's avatar Sebastian Pongratz :ping_pong:
Browse files

Merge branch 'sales_2001285_FixOrganisationClassification' into '2021.2.0'

[Projekt: xRM-Sales][TicketNr.: 2001285][Firma - Klassifizierung - Werte...

See merge request xrm/basic!1368
parents 34695734 179250e3
No related branches found
No related tags found
No related merge requests found
......@@ -4,4 +4,4 @@ import("system.vars");
var classificationData = ClassificationUtils.executeUpdating(vars.get("$field.CONTACTID"), "Organisation");
neon.openContext("Classification", "ClassificationTree_view", null, neon.OPERATINGSTATE_SEARCH, {"ClassificationContent_param": classificationData}, null);
\ No newline at end of file
neon.openContext("Classification", "ClassificationTree_view", null, neon.OPERATINGSTATE_SEARCH, {"ClassificationContent_param": classificationData["outputValue"]}, null);
\ 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