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

Merge branch '#1068171-ScanServices' into '2021.0.0'

#1068171 scan services

See merge request xrm/basic!638
parents 6a75f1b2 f0497d23
No related branches found
No related tags found
No related merge requests found
Showing
with 746 additions and 629 deletions
......@@ -24,6 +24,42 @@
"description": "There is no index for the column \"TESTING_CONTACT_ID\" in the table \"BULKMAIL\" [59]",
"groupName": "nb-tasklist-warning"
},
{
"target": "aliasDefinition/_____SYSTEMALIAS/_____SYSTEMALIAS.aod",
"line": -1,
"description": "The table \"ASYS_AUDIT\" has no primary key [65]",
"groupName": "nb-tasklist-warning"
},
{
"target": "aliasDefinition/_____SYSTEMALIAS/_____SYSTEMALIAS.aod",
"line": -1,
"description": "The table \"ASYS_COLLECTOR_DATA\" has no primary key [65]",
"groupName": "nb-tasklist-warning"
},
{
"target": "aliasDefinition/_____SYSTEMALIAS/_____SYSTEMALIAS.aod",
"line": -1,
"description": "The table \"ASYS_UIDRESOLVER\" has no primary key [65]",
"groupName": "nb-tasklist-warning"
},
{
"target": "aliasDefinition/_____SYSTEMALIAS/_____SYSTEMALIAS.aod",
"line": -1,
"description": "The table \"ASYS_VERSIONHISTORY\" has no primary key [65]",
"groupName": "nb-tasklist-warning"
},
{
"target": "aliasDefinition/_____SYSTEMALIAS/_____SYSTEMALIAS.aod",
"line": -1,
"description": "The table \"ASYS_XMPP_HISTORY\" has no primary key [65]",
"groupName": "nb-tasklist-warning"
},
{
"target": "aliasDefinition/_____SYSTEMALIAS/_____SYSTEMALIAS.aod",
"line": -1,
"description": "The table \"ASYS_XMPP_OFFLINESTANZA\" has no primary key [65]",
"groupName": "nb-tasklist-warning"
},
{
"target": "aliasDefinition/_____SYSTEMALIAS/_____SYSTEMALIAS.aod",
"line": -1,
......
This diff is collapsed.
......@@ -90,6 +90,7 @@
</entityConsumer>
<entityActionField>
<name>opencontext</name>
<iconId>VAADIN:OPEN_BOOK</iconId>
</entityActionField>
<entityParameter>
<name>LinkedObjectId_param</name>
......
......@@ -340,6 +340,7 @@
<entityActionField>
<name>openDetails</name>
<onActionProcess>%aditoprj%/entity/Attribute_entity/entityfields/opendetails/onActionProcess.js</onActionProcess>
<iconId>VAADIN:GLASSES</iconId>
<state>INVISIBLE</state>
</entityActionField>
<entityActionField>
......
......@@ -15,7 +15,6 @@
</entityProvider>
<entityField>
<name>CHECKLISTENTRYID</name>
<displayValueProcess>%aditoprj%/entity/ChecklistEntry_entity/entityfields/checklistentryid/displayValueProcess.js</displayValueProcess>
</entityField>
<entityField>
<name>TITLE</name>
......@@ -76,24 +75,6 @@
<entityName>ChecklistEntryValue_entity</entityName>
<fieldName>ChecklistEntryValues</fieldName>
</dependency>
<children>
<entityParameter>
<name>ChecklistId_param</name>
<valueProcess>%aditoprj%/entity/ChecklistEntry_entity/entityfields/checklistentryvalues/children/checklistentryuid_param/valueProcess.js</valueProcess>
</entityParameter>
<entityParameter>
<name>ChecklistEntryType_param</name>
<valueProcess>%aditoprj%/entity/ChecklistEntry_entity/entityfields/checklistentryvalues/children/checklistentrytype_param/valueProcess.js</valueProcess>
</entityParameter>
<entityParameter>
<name>ObjectRowId_param</name>
<valueProcess>%aditoprj%/entity/ChecklistEntry_entity/entityfields/checklistentryvalues/children/objectrowid_param/valueProcess.js</valueProcess>
</entityParameter>
<entityParameter>
<name>ObjectType_param</name>
<valueProcess>%aditoprj%/entity/ChecklistEntry_entity/entityfields/checklistentryvalues/children/objecttype_param/valueProcess.js</valueProcess>
</entityParameter>
</children>
</entityConsumer>
</entityFields>
<recordContainers>
......
import("system.result");
import("system.vars");
result.string(vars.get("$field.TYPE"));
\ No newline at end of file
import("system.result");
import("system.vars");
result.string(vars.get("$field.CHECKLISTENTRYID"));
\ No newline at end of file
......@@ -34,7 +34,6 @@
</entityField>
<entityProvider>
<name>Checklists</name>
<documentation>%aditoprj%/entity/Checklist_entity/entityfields/checklists/documentation.adoc</documentation>
</entityProvider>
<entityConsumer>
<name>ChecklistEntries</name>
......
......@@ -174,7 +174,7 @@
<name>KeywordPhases</name>
<dependency>
<name>dependency</name>
<entityName>ChecklistEntryValue_entity</entityName>
<entityName>KeywordEntry_entity</entityName>
<fieldName>SpecificContainerKeywords</fieldName>
</dependency>
<children>
......
......@@ -271,6 +271,7 @@
<name>assignDistrict</name>
<title>Assign district</title>
<onActionProcess>%aditoprj%/entity/District_entity/entityfields/assigndistrict/onActionProcess.js</onActionProcess>
<iconId>VAADIN:LOCATION_ARROW_CIRCLE</iconId>
</entityActionField>
<entityActionGroup>
<name>ActionGroup</name>
......
......@@ -632,6 +632,12 @@
<fieldName>AdviserRoles</fieldName>
<isConsumer v="false" />
</entityDependency>
<entityDependency>
<name>eb5684f7-200a-401c-ac73-cc905a4d3f06</name>
<entityName>Competition_entity</entityName>
<fieldName>KeywordPhases</fieldName>
<isConsumer v="false" />
</entityDependency>
</dependencies>
<children>
<entityParameter>
......
......@@ -195,6 +195,7 @@
<onActionProcess>%aditoprj%/entity/KnowledgeManagement_entity/entityfields/openentryasmail/onActionProcess.js</onActionProcess>
<isMenuAction v="true" />
<isSelectionAction v="true" />
<iconId>VAADIN:ENVELOPE</iconId>
<state>INVISIBLE</state>
</entityActionField>
<entityConsumer>
......
......@@ -65,6 +65,7 @@
<name>importDocuments</name>
<title>Import Documents</title>
<onActionProcess>%aditoprj%/entity/MSTeamsDocument_entity/entityfields/importdocuments/onActionProcess.js</onActionProcess>
<iconId>NEON:IMPORT</iconId>
</entityActionField>
</entityFields>
<recordContainers>
......
......@@ -79,7 +79,7 @@
</entityField>
<entityField>
<name>LINKCONTEXT</name>
<groupable v="true" />
<groupable v="false" />
<valueProcess>%aditoprj%/entity/Notification_entity/entityfields/linkcontext/valueProcess.js</valueProcess>
<displayValueProcess>%aditoprj%/entity/Notification_entity/entityfields/linkcontext/displayValueProcess.js</displayValueProcess>
</entityField>
......
......@@ -46,12 +46,6 @@
<entityName>PermissionDetail_entity</entityName>
<fieldName>Permissions</fieldName>
</dependency>
<children>
<entityParameter>
<name>RoleName_param</name>
<valueProcess>%aditoprj%/entity/Role_entity/entityfields/theirpermissions/children/roletitle_param/valueProcess.js</valueProcess>
</entityParameter>
</children>
</entityConsumer>
<entityConsumer>
<name>PermissionOverviews</name>
......@@ -60,12 +54,6 @@
<entityName>PermissionOverview_entity</entityName>
<fieldName>PermissionOverviews</fieldName>
</dependency>
<children>
<entityParameter>
<name>RoleName_param</name>
<valueProcess>%aditoprj%/entity/Role_entity/entityfields/permissionoverviews/children/roletitle_param/valueProcess.js</valueProcess>
</entityParameter>
</children>
</entityConsumer>
<entityProvider>
<name>Roles</name>
......
......@@ -6,7 +6,6 @@
<icon>VAADIN:LIST_UL</icon>
<siblings />
<iconIdProcess>%aditoprj%/entity/SalesprojectPhaseDefinition_entity/iconIdProcess.js</iconIdProcess>
<imageProcess>%aditoprj%/entity/SalesprojectPhaseDefinition_entity/imageProcess.js</imageProcess>
<recordContainer>db</recordContainer>
<entityFields>
<entityProvider>
......@@ -57,8 +56,6 @@
<dependencies>
<entityDependency>
<name>1d8760d0-186d-411d-a84e-dc82556ad722</name>
<entityName>SalesprojectPhaseTrait_entity</entityName>
<fieldName>SalesprojectPhaseDefinitions</fieldName>
<isConsumer v="false" />
</entityDependency>
</dependencies>
......@@ -92,7 +89,6 @@
<name>traitCount</name>
<title>Traits</title>
<valueProcess>%aditoprj%/entity/SalesprojectPhaseDefinition_entity/entityfields/traitcount/valueProcess.js</valueProcess>
<displayValueProcess>%aditoprj%/entity/SalesprojectPhaseDefinition_entity/entityfields/traitcount/displayValueProcess.js</displayValueProcess>
</entityField>
<entityField>
<name>DESCRIPTION</name>
......
<?xml version="1.0" encoding="UTF-8"?>
<entity xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.3.18" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.18">
<name>SalesprojectPhaseTrait_entity</name>
<majorModelMode>DISTRIBUTED</majorModelMode>
<icon>NEON:PUZZLE</icon>
<siblings />
<titlePlural>Traits</titlePlural>
<recordContainer>db</recordContainer>
<entityFields>
<entityProvider>
<name>#PROVIDER</name>
<lookupIdfield>SALESPROJECTPHASETRAITID</lookupIdfield>
<dependencies>
<entityDependency>
<name>0fdad3f9-2d6e-42a5-8257-9ca14b635ec3</name>
<entityName>Salesproject_entity</entityName>
<fieldName>SalesprojectPhaseTraits</fieldName>
<isConsumer v="false" />
</entityDependency>
</dependencies>
</entityProvider>
<entityProvider>
<name>#PROVIDER_AGGREGATES</name>
<useAggregates v="true" />
</entityProvider>
<entityField>
<name>SALESPROJECTPHASETRAITID</name>
</entityField>
<entityField>
<name>TRAIT</name>
<title>Trait</title>
<dropDownProcess>%aditoprj%/entity/SalesprojectPhaseTrait_entity/entityfields/trait/dropDownProcess.js</dropDownProcess>
<displayValueProcess>%aditoprj%/entity/SalesprojectPhaseTrait_entity/entityfields/trait/displayValueProcess.js</displayValueProcess>
<onValueChange>%aditoprj%/entity/SalesprojectPhaseTrait_entity/entityfields/trait/onValueChange.js</onValueChange>
<onValidation>%aditoprj%/entity/SalesprojectPhaseTrait_entity/entityfields/trait/onValidation.js</onValidation>
</entityField>
<entityField>
<name>VALUE</name>
<documentation>%aditoprj%/entity/SalesprojectPhaseTrait_entity/entityfields/value/documentation.adoc</documentation>
<title>Value</title>
<state>INVISIBLE</state>
<stateProcess>%aditoprj%/entity/SalesprojectPhaseTrait_entity/entityfields/value/stateProcess.js</stateProcess>
<valueProcess>%aditoprj%/entity/SalesprojectPhaseTrait_entity/entityfields/value/valueProcess.js</valueProcess>
</entityField>
<entityField>
<name>DATE_NEW</name>
<valueProcess>%aditoprj%/entity/SalesprojectPhaseTrait_entity/entityfields/date_new/valueProcess.js</valueProcess>
</entityField>
<entityField>
<name>DATE_EDIT</name>
<valueProcess>%aditoprj%/entity/SalesprojectPhaseTrait_entity/entityfields/date_edit/valueProcess.js</valueProcess>
</entityField>
<entityField>
<name>USER_NEW</name>
<valueProcess>%aditoprj%/entity/SalesprojectPhaseTrait_entity/entityfields/user_new/valueProcess.js</valueProcess>
</entityField>
<entityField>
<name>USER_EDIT</name>
<valueProcess>%aditoprj%/entity/SalesprojectPhaseTrait_entity/entityfields/user_edit/valueProcess.js</valueProcess>
</entityField>
<entityField>
<name>salesprojectPhaseId</name>
</entityField>
<entityConsumer>
<name>SalesprojectPhaseDefinitions</name>
<dependency>
<name>dependency</name>
<entityName>SalesprojectPhaseDefinition_entity</entityName>
<fieldName>SalesprojectPhaseDefinitions</fieldName>
</dependency>
</entityConsumer>
<entityProvider>
<name>SalesprojectPhaseTraits</name>
<lookupIdfield>SALESPROJECTPHASETRAITID</lookupIdfield>
</entityProvider>
<entityField>
<name>SALESPROJECTPHASEDEFINITION_ID</name>
<consumer>SalesprojectPhaseDefinitions</consumer>
<valueProcess>%aditoprj%/entity/SalesprojectPhaseTrait_entity/entityfields/salesprojectphasedefinition_id/valueProcess.js</valueProcess>
</entityField>
<entityParameter>
<name>SalesprojectPhaseDefinitionUid_param</name>
<expose v="true" />
<mandatory v="true" />
</entityParameter>
<entityParameter>
<name>IsManualTrait_param</name>
</entityParameter>
<entityField>
<name>IS_FULFILLED</name>
</entityField>
<entityField>
<name>TYPE</name>
<title>Type</title>
<valueProcess>%aditoprj%/entity/SalesprojectPhaseTrait_entity/entityfields/type/valueProcess.js</valueProcess>
</entityField>
</entityFields>
<recordContainers>
<dbRecordContainer>
<name>db</name>
<conditionProcess>%aditoprj%/entity/SalesprojectPhaseTrait_entity/recordcontainers/db/conditionProcess.js</conditionProcess>
<alias>Data_alias</alias>
<recordFieldMappings>
<dbRecordFieldMapping>
<name>SALESPROJECTPHASETRAITID.value</name>
<recordfield>SALESPROJECTPHASETRAIT.SALESPROJECTPHASETRAITID</recordfield>
</dbRecordFieldMapping>
<dbRecordFieldMapping>
<name>TRAIT.value</name>
<recordfield>SALESPROJECTPHASETRAIT.TRAIT</recordfield>
</dbRecordFieldMapping>
<dbRecordFieldMapping>
<name>VALUE.value</name>
<recordfield>SALESPROJECTPHASETRAIT.VALUE</recordfield>
</dbRecordFieldMapping>
<dbRecordFieldMapping>
<name>USER_NEW.value</name>
<recordfield>SALESPROJECTPHASETRAIT.USER_NEW</recordfield>
</dbRecordFieldMapping>
<dbRecordFieldMapping>
<name>USER_EDIT.value</name>
<recordfield>SALESPROJECTPHASETRAIT.USER_EDIT</recordfield>
</dbRecordFieldMapping>
<dbRecordFieldMapping>
<name>DATE_NEW.value</name>
<recordfield>SALESPROJECTPHASETRAIT.DATE_NEW</recordfield>
</dbRecordFieldMapping>
<dbRecordFieldMapping>
<name>DATE_EDIT.value</name>
<recordfield>SALESPROJECTPHASETRAIT.DATE_EDIT</recordfield>
</dbRecordFieldMapping>
<dbRecordFieldMapping>
<name>SALESPROJECTPHASEDEFINITION_ID.value</name>
<recordfield>SALESPROJECTPHASETRAIT.SALESPROJECTPHASEDEFINITION_ID</recordfield>
</dbRecordFieldMapping>
</recordFieldMappings>
<linkInformation>
<linkInformation>
<name>6a0311f9-8c94-42fd-a12a-420f986e88b4</name>
<tableName>SALESPROJECTPHASETRAIT</tableName>
<primaryKey>SALESPROJECTPHASETRAITID</primaryKey>
<isUIDTable v="true" />
<readonly v="false" />
</linkInformation>
</linkInformation>
</dbRecordContainer>
</recordContainers>
</entity>
import("system.vars");
import("system.neon");
import("system.result");
var currentDate = null;
if (vars.get("$sys.operatingstate") == neon.OPERATINGSTATE_NEW)
{
currentUser = vars.get("$sys.date");
}
result.string(currentDate);
\ 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