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

Merge branch '1070360_AngebotInBelegAuswählen' into 'master'

[Projekt: Entwicklung - Pool][TicketNr.: 1070360][Angebot kann in Beleg nicht ausgewählt werden]

See merge request xrm/basic!515
parents 6ad88fed f9e0b9f5
No related branches found
No related tags found
No related merge requests found
import("system.result");
import("system.vars");
import("Contact_lib");
if (vars.get("$field.CONTACT_ID"))
{
var ids = ContactUtils.getPersOrgIds(vars.getString("$field.CONTACT_ID"));
if (ids.length >= 3 && ids[2])
result.string(ids[2]);
}
\ No newline at end of file
result.string(vars.get("$field.CONTACT_ID"));
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