Difference between revisions of "Scout/Concepts/LookupCall"
(→See Also) |
(→See Also) |
||
Line 31: | Line 31: | ||
== See Also == | == See Also == | ||
− | * {{ScoutLink|Concepts| | + | * {{ScoutLink|Concepts|Lookup Row|LookupRow}} |
* {{ScoutLink|Concepts|Lookup Service|Lookup Service}} | * {{ScoutLink|Concepts|Lookup Service|Lookup Service}} | ||
* {{ScoutLink|Concepts|Local Lookup Call|Local Lookup Calls}} | * {{ScoutLink|Concepts|Local Lookup Call|Local Lookup Calls}} | ||
* {{ScoutLink|Concepts|Shared Plug-In|Shared Plug-In}} | * {{ScoutLink|Concepts|Shared Plug-In|Shared Plug-In}} |
Revision as of 09:50, 10 November 2010
Scout |
Wiki Home |
Website |
Download • Git |
Community |
Forums • Blog • Twitter • G+ |
Bugzilla |
Bugzilla |
Lookup calls are used by smart smart fields and columns to look up single or multiple lookup rows.
Contents
Description
Overview
Properties
Defined with getConfiguredXxxxxx() methods.
- Service: Defines which service is used to retrieve lookup rows
- MasterRequired: Defines whether a master value must be set in order to query for multiple lookup rows
Methods
- getDataByKey: Retrieve a single lookup row for a specific key value
- getDataByText: Retrieve multiple lookup rows which match a certain String
- getDataByAll: Retrieves all available lookup rows
- getDataByRec: This can only be used for hierarchical lookup calls. It retrieves all available sub-tree lookup rows for a given parent
Relation CodeType / LookupCall
Relation between CodeType and LookupCall
- CodeLookupCall