Table of Contents

Search

  1. Preface
  2. Introduction to Services Integration Framework
  3. Setting Up the SIF SDK
  4. Request and Response Objects
  5. Transactions and Exception Handling
  6. ORS-Specific SIF API
  7. Asynchronous SIF Requests
  8. ORS-Specific JMS Event Messages
  9. Using Security Access Manager
  10. Using Dynamic Data Masking
  11. SIF API Reference
  12. Troubleshooting
  13. Appendix A: Identifiers
  14. Appendix B: Frequently Asked Questions

Services Integration Framework Guide

Services Integration Framework Guide

SearchLookupValues

SearchLookupValues

SearchLookupValues request searches for lookup values that match a given lookup display name (lookup code description).
This request is typically used with foreign key columns that have a large number of possible values. The request includes a lookup column, a lookup display value to search for, and a comparison operator. It also includes a record whose fields contain the lookup information. In each field, the name is the lookup (foreign key) value, and the value is the lookup display name. For detailed information on configuring relationships and lookups in the MDM Hub, see the
Multidomain MDM Configuration Guide
.
This request allows search criteria to be specified on the lookup display name compared to GetLookupValues which retrieves all lookup values for a lookup column.
A system parameter determines the maximum number of records that can be returned. Use GetSearchResults to get subsequent sets of records.

Use Case

This is the common scenario for using the SearchLookupValues request:
  • Search for lookup values
    —In a custom UI, you can use SearchLookupValues to find that value from amongst the available lookup values.

Related SIF Requests


0 COMMENTS

We’d like to hear from you!