Difference between revisions of "Scout/Concepts/LookupCall"
Dev.jmini.fr (Talk | contribs) (+links and idea) |
|||
Line 7: | Line 7: | ||
== Description == | == Description == | ||
{{note|TODO|Add a description}} | {{note|TODO|Add a description}} | ||
+ | |||
+ | == Properties == | ||
+ | ''Defined with {{ScoutLink|Concepts|GetConfigured Methods|getConfiguredXxxxxx()}} methods''. | ||
+ | |||
+ | * {{ScoutProp|Service}}: Defines which service is used to retrieve lookup rows | ||
+ | * {{ScoutProp|MasterRequired}}: Defines whether a master value must be set in order to query for multiple lookup rows | ||
+ | |||
Query | Query |
Revision as of 17:25, 9 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.
Description
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
Query
- By Text
- By Key
- By All
- By Rec
Delegation to the server: Lookup Service
Local: Local Lookup Calls
Relation CodeType / LookupCall
Relation between CodeType and LookupCall
- CodeLookupCall