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

Merge branch '2021.0_forecastcreationfix' into '2021.0'

[Projekt: xRM-Sales][TicketNr.: 1078675][Vertriebsprognose - neue Prognose...

See merge request xrm/basic!831
parents 66978830 7706a9fd
No related branches found
No related tags found
No related merge requests found
......@@ -126,6 +126,10 @@
<name>#PROVIDER_AGGREGATES</name>
<useAggregates v="true" />
</entityProvider>
<entityField>
<name>KIND</name>
<valueProcess>%aditoprj%/entity/Forecast_entity/entityfields/kind/valueProcess.js</valueProcess>
</entityField>
</entityFields>
<recordContainers>
<dbRecordContainer>
......@@ -173,6 +177,10 @@
<name>FORECASTID.value</name>
<recordfield>FORECAST.FORECASTID</recordfield>
</dbRecordFieldMapping>
<dbRecordFieldMapping>
<name>KIND.value</name>
<recordfield>FORECAST.KIND</recordfield>
</dbRecordFieldMapping>
</recordFieldMappings>
<linkInformation>
<linkInformation>
......
import("system.vars");
import("system.result");
import("KeywordRegistry_basic");
if(vars.get("$this.value") == null)
{
result.string($KeywordRegistry.forecastKind$forecast());
}
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