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

Merge branch 'cm_dt_1080529_new-appointment-per_org-linking' into '2021.1'

Cm dt 1080529 new appointment per org linking

See merge request xrm/basic!1046
parents 72c5d1f8 d7c05411
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,10 @@ var links = [
{
"OBJECT_ID":vars.get("$field.CONTACTID"),
"OBJECT_TYPE":ContextUtils.getCurrentContextId()
},
{
"OBJECT_ID":vars.get("$field.ORGANISATION_CONTACTID"),
"OBJECT_TYPE":"Organisation"
}
];
......
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