Skip to content
Snippets Groups Projects
Commit 993a8951 authored by Sebastian Listl's avatar Sebastian Listl :speech_balloon:
Browse files

Merge branch '2021.0.1_1069204_SalesprojectToContact_mw' into '2021.0'

[Projekt: Entwicklung - xRM][TicketNr.: 1069204][Verknüpfung von  Kontakten...

See merge request xrm/basic!613
parents b84c3c86 881f2138
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,10 @@ if (contextList)
if(context == "Salesproject")
found = true;
}
if(vars.get("$param.BaseContextId_param") == "Person")
found = false
if(found)
result.string(neon.COMPONENTSTATE_AUTO);
else
......
import("system.vars");
import("system.result");
var res = {
var res = {
"Salesproject": {
"subContext":"Member",
"childField":"OBJECT_ROWID",
"parentField":"SALESPROJECTID",
"contactIdField":"CONTACT_ID"
},
"Offer": {},
"Order": {
"setGroupBy":"ORDERTYPE",
......
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