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

Merge branch '1071654_FixOrganisation360DegreeContractChangeContact' into 'master'

1071654 New Contract from 360Degree: contact couldn't be changed

See merge request xrm/basic!578
parents 0374feac 528f2a63
No related branches found
No related tags found
No related merge requests found
import("system.result");
import("system.vars");
if (vars.exists("$param.ContactId_param"))
if (vars.exists("$param.ContactId_param") && vars.get("$this.value") == null)
{
result.string(vars.get("$param.ContactId_param"));
}
\ 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