Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
basic
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
xrm
basic
Commits
70e6b4d6
Commit
70e6b4d6
authored
5 years ago
by
S.Listl
Browse files
Options
Downloads
Patches
Plain Diff
1054489 - person organisation displayValue in new-mode
parent
25b1e179
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
entity/Person_entity/entityfields/organisation_contactid/displayValueProcess.js
+7
-0
7 additions, 0 deletions
...ntityfields/organisation_contactid/displayValueProcess.js
with
7 additions
and
0 deletions
entity/Person_entity/entityfields/organisation_contactid/displayValueProcess.js
0 → 100644
+
7
−
0
View file @
70e6b4d6
import
(
"
Contact_lib
"
);
import
(
"
system.result
"
);
import
(
"
system.neon
"
);
import
(
"
system.vars
"
);
if
(
vars
.
get
(
"
$sys.recordstate
"
)
==
neon
.
OPERATINGSTATE_NEW
&&
vars
.
get
(
"
$this.value
"
))
result
.
string
(
OrganisationUtils
.
getNameByContactId
(
vars
.
get
(
"
$this.value
"
)));
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Sebastian Listl
@s.listl
mentioned in commit
bca6ff56
·
5 years ago
mentioned in commit
bca6ff56
mentioned in commit bca6ff561bf9b61f3aff249937b1863e5dff2131
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment