Data Lookup Definition apparent scope issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2022 12:39 PM
I've created a custom data lookup table, Account Record Completer, by extending dl_matcher. As memory serves, a pop-up told me that I should create this new table in a scoped application, so I did create the new table in the Customer Service Application. I have made this table accessible from "All application scopes".
My desired Source Table is Account (customer_account) which is in the Global Application.
When I attempt to create a Data Lookup Definition, only one of the two tables is available to me depending on the Application scope. If the scope is Customer Service, I can pick my custom Matcher Table, Account Record Completer, but not the Source Table, customer_account. If the scope is Global, I can select the Source Table, but not the Matcher Table.
Help?