Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Scout/Concepts/LookupCall"

(Methods)
Line 24: Line 24:
 
* {{ScoutEvent|getDataByAll}}: Retrieves all available lookup rows
 
* {{ScoutEvent|getDataByAll}}: Retrieves all available lookup rows
 
* {{ScoutEvent|getDataByRec}}: This can only be used for hierarchical lookup calls. It retrieves all available sub-tree lookup rows for a given parent
 
* {{ScoutEvent|getDataByRec}}: This can only be used for hierarchical lookup calls. It retrieves all available sub-tree lookup rows for a given parent
 
Delegation to the server: {{ScoutLink|Concepts|Lookup Service|Lookup Service}}
 
 
Local: {{ScoutLink|Concepts|Local Lookup Call|Local Lookup Calls}}
 
  
 
=== Relation CodeType / LookupCall ===
 
=== Relation CodeType / LookupCall ===

Revision as of 10:49, 10 November 2010

The Scout documentation has been moved to https://eclipsescout.github.io/.

Lookup calls are used by smart The Scout documentation has been moved to https://eclipsescout.github.io/. and The Scout documentation has been moved to https://eclipsescout.github.io/. to look up single or multiple The Scout documentation has been moved to https://eclipsescout.github.io/..

Description

Note.png
TODO
Add a description


Overview

LookupCall.png

Properties

Defined with The Scout documentation has been moved to https://eclipsescout.github.io/. methods.


Methods

Relation CodeType / LookupCall

Relation between CodeType and LookupCall

  • CodeLookupCall

See Also

Back to the top