Skip to content
Snippets Groups Projects
Commit cb31042a authored by Florian Maier's avatar Florian Maier
Browse files

[Projekt: xRM-ContactManagement][TicketNr.: 2000899][Validierung der...

[Projekt: xRM-ContactManagement][TicketNr.: 2000899][Validierung der Telefonnummer in der Schnelleingabe ignoriert Land]
parent 7071c2c0
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,10 @@
<name>ObjectType_param</name>
<valueProcess>%aditoprj%/entity/QuickEntry_entity/entityfields/communications/children/objecttype_param/valueProcess.js</valueProcess>
</entityParameter>
<entityParameter>
<name>ContactsMainCountry_param</name>
<valueProcess>%aditoprj%/entity/QuickEntry_entity/entityfields/communications/children/contactsmaincountry_param/valueProcess.js</valueProcess>
</entityParameter>
</children>
</entityConsumer>
<entityConsumer>
......
import("Entity_lib");
import("system.logging");
import("system.vars");
import("system.result");
//references needed for auto refresh:
"$field.OrgAddresses.insertedRows";
"$field.OrgAddresses.changedRows";
"$field.OrgAddresses.deletedRows";
var addressRows = EntityConsumerRowsHelper.getCurrentConsumerRows("OrgAddresses", ["COUNTRY"]);
if(addressRows.length > 0)
{
result.string(addressRows[0]["COUNTRY"]);
}
\ 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