Skip to content
Snippets Groups Projects
Commit 4b3a027b authored by Pascal Neub's avatar Pascal Neub
Browse files

[Projekt: xRM-Sales][TicketNr.: 2001089][Fehler beim Klicken auf den...

[Projekt: xRM-Sales][TicketNr.: 2001089][Fehler beim Klicken auf den Contaktlink eines Vertriebsprojektmitgliedes]
parent 0ce9bf2d
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,6 @@
<consumer>Contacts</consumer>
<linkedContext>Person</linkedContext>
<mandatory v="true" />
<dropDownProcess>%aditoprj%/entity/Member_entity/entityfields/contact_id/dropDownProcess.js</dropDownProcess>
</entityField>
<entityField>
<name>OBJECT_ROWID</name>
......
import("system.result");
import("Keyword_lib");
import("KeywordRegistry_basic");
//This dropDownProcess exists, even though the fieldState is READONLY.
//-->So we can use it when using the filter
var res = KeywordUtils.getEntryNamesByContainer($KeywordRegistry.contactPosition()).map(function (e){
return [e, e]; //currently the first column is ID, second view value - which is the same because there is no ID for keyword-containers
});
result.object(res);
\ 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