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
36d0e2a1
Commit
36d0e2a1
authored
6 years ago
by
Markus Escher
Browse files
Options
Downloads
Patches
Plain Diff
RecordContainer fix: Options_entity
parent
cf0f54ee
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
entity/Options_Entity/Options_Entity.aod
+15
-0
15 additions, 0 deletions
entity/Options_Entity/Options_Entity.aod
entity/Options_Entity/recordcontainers/jdito/contentProcess.js
+4
-0
4 additions, 0 deletions
...y/Options_Entity/recordcontainers/jdito/contentProcess.js
with
19 additions
and
0 deletions
entity/Options_Entity/Options_Entity.aod
+
15
−
0
View file @
36d0e2a1
...
...
@@ -15,6 +15,7 @@
<element>
O4
</element>
</fields>
<contentProcess>
%aditoprj%/entity/Options_Entity/contentProcess.js
</contentProcess>
<recordContainer>
jdito
</recordContainer>
<entityFields>
<entityIncomingField>
<name>
#INCOMING
</name>
...
...
@@ -47,4 +48,18 @@
<fieldName>
UID
</fieldName>
</entityField>
</entityFields>
<recordContainers>
<jDitoRecordContainer>
<name>
jdito
</name>
<jDitoRecordAlias>
_____SYSTEMALIAS
</jDitoRecordAlias>
<contentProcess>
%aditoprj%/entity/Options_Entity/recordcontainers/jdito/contentProcess.js
</contentProcess>
<recordFields>
<element>
UID.value
</element>
<element>
Option1.value
</element>
<element>
Option2.value
</element>
<element>
Option3.value
</element>
<element>
Option4.value
</element>
</recordFields>
</jDitoRecordContainer>
</recordContainers>
</entity>
This diff is collapsed.
Click to expand it.
entity/Options_Entity/recordcontainers/jdito/contentProcess.js
0 → 100644
+
4
−
0
View file @
36d0e2a1
import
(
"
system.logging
"
);
import
(
"
system.result
"
);
logging
.
log
(
"
OPTIONS
"
)
result
.
object
([[
"
1
"
,
"
some text
"
,
"
999
"
,
"
124367654784
"
,
"
some password
"
]])
\ No newline at end of file
This diff is collapsed.
Click to expand it.
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