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

Merge branch '2021.0_1078637_logsalesporj' into '2021.0'

[Projekt: xRM-Sales][TicketNr.: 1078637][Logging anpassen]

See merge request xrm/basic!845
parents 64cc1803 d39e1f1f
No related branches found
No related tags found
No related merge requests found
......@@ -9952,7 +9952,7 @@
<description></description>
<auditSyncConfig>
<name>auditSyncConfig</name>
<auditMode v="0" />
<auditMode v="2" />
<syncActive v="false" />
<syncComplete v="true" />
<syncDirection v="1" />
......@@ -9972,6 +9972,13 @@
<documentation></documentation>
<title></title>
<description></description>
<customProperties>
<customStringProperty>
<name>tableRef</name>
<global v="false" />
<property>SALESPROJECT</property>
</customStringProperty>
</customProperties>
<dependencies>
<entityDependency>
<name>a1759554-192b-49fa-b6a8-b982115f71ab</name>
......@@ -9993,6 +10000,18 @@
<documentation></documentation>
<title></title>
<description></description>
<customProperties>
<customBooleanProperty>
<name>log</name>
<global v="false" />
<property v="true" />
</customBooleanProperty>
<customStringProperty>
<name>keyword</name>
<global v="false" />
<property>ProductGroupcode</property>
</customStringProperty>
</customProperties>
</entityFieldDb>
<entityFieldDb>
<name>FORECASTID</name>
......@@ -10021,6 +10040,13 @@
<documentation></documentation>
<title></title>
<description></description>
<customProperties>
<customBooleanProperty>
<name>log</name>
<global v="false" />
<property v="true" />
</customBooleanProperty>
</customProperties>
</entityFieldDb>
<entityFieldDb>
<name>DATE_START</name>
......@@ -10049,6 +10075,13 @@
<documentation></documentation>
<title></title>
<description></description>
<customProperties>
<customBooleanProperty>
<name>log</name>
<global v="false" />
<property v="true" />
</customBooleanProperty>
</customProperties>
</entityFieldDb>
<entityFieldDb>
<name>OBJECT_TYPE</name>
......@@ -10091,6 +10124,13 @@
<documentation></documentation>
<title></title>
<description></description>
<customProperties>
<customBooleanProperty>
<name>log</name>
<global v="false" />
<property v="true" />
</customBooleanProperty>
</customProperties>
</entityFieldDb>
<entityFieldDb>
<name>FORECAST_YEAR</name>
......@@ -10105,6 +10145,13 @@
<documentation></documentation>
<title></title>
<description></description>
<customProperties>
<customBooleanProperty>
<name>log</name>
<global v="false" />
<property v="true" />
</customBooleanProperty>
</customProperties>
</entityFieldDb>
<entityFieldDb>
<name>STATUS</name>
......@@ -10119,6 +10166,13 @@
<documentation></documentation>
<title></title>
<description></description>
<customProperties>
<customBooleanProperty>
<name>log</name>
<global v="false" />
<property v="true" />
</customBooleanProperty>
</customProperties>
</entityFieldDb>
<entityFieldDb>
<name>RESPONSIBLE_CONTACT_ID</name>
......@@ -10133,6 +10187,12 @@
<documentation></documentation>
<title></title>
<description></description>
<customProperties>
<customBooleanProperty>
<name>log</name>
<global v="false" />
</customBooleanProperty>
</customProperties>
</entityFieldDb>
</entityFields>
</entityDb>
......
......@@ -3,7 +3,7 @@ import("system.result");
import("Context_lib");
var res = [];
res.push({id: vars.get("$field.SALESPROJECTID"), tableNames: ["AB_ATTRIBUTERELATION", "ACTIVITY"]});
res.push({id: vars.get("$field.SALESPROJECTID"), tableNames: ["AB_ATTRIBUTERELATION", "ACTIVITY", "FORECAST"]});
res.push({id: vars.get("$field.SALESPROJECTID"), tableNames: ["SALESPROJECT"]});
res = JSON.stringify(res);//currently only strings can be passed as param
......
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