Difference between revisions of "Scout/Concepts/LookupCall"
Line 15: | Line 15: | ||
− | + | == Events == | |
− | * | + | * {{ScoutEvent|GetDataByKey}}: Retrieve a single lookup row for a specific key value |
− | * | + | * {{ScoutEvent|GetDataByText}}: Retrieve multiple lookup rows which match a certain String |
− | * | + | * {{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 |
Delegation to the server: {{ScoutLink|Concepts|Lookup Service|Lookup Service}} | Delegation to the server: {{ScoutLink|Concepts|Lookup Service|Lookup Service}} |
Revision as of 17:39, 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
Events
- 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
Delegation to the server: Lookup Service
Local: Local Lookup Calls
Relation CodeType / LookupCall
Relation between CodeType and LookupCall
- CodeLookupCall