Scout/Concepts/LookupCall
< Scout | Concepts
Revision as of 09:51, 10 November 2010 by Remo.arpagaus.bsi-software.com (Talk | contribs)
Scout |
Wiki Home |
Website |
Download • Git |
Community |
Forums • Blog • Twitter • G+ |
Bugzilla |
Bugzilla |
Lookup calls are used by 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