Can I provide my own Lookup table implementation for lookup "XYZ" ?

Discussions concerning general integration topics.

Moderator: Phil Barton

Post Reply
toddsou
Posts: 75
Joined: Wed Jul 25, 2012 9:39 am

Can I provide my own Lookup table implementation for lookup "XYZ" ?

Post by toddsou »

Hi-

Is it possible to extend Select such that I can provide a custom implementation for one or more interfaces that would allow Select to call my implementation for certain Lookup tables?

I was looking at this post ( http://devforum.softprocorp.com/viewtopic.php?f=17&t=63 ) which described another situation where someone wanted to provide a custom implementation for one or more Interfaces, and was wondering if I could do something similar for Lookup tables.

Thanks.
BobRichards
Posts: 1377
Joined: Wed Jan 15, 2014 3:50 pm
Location: Raleigh, NC
Contact:

Re: Can I provide my own Lookup table implementation for lookup "XYZ" ?

Post by BobRichards »

A few of our interfaces are designed to be extended by third parties - most are not. Lookup table functionality should not be altered.
Bob Richards, Senior Software Developer, SoftPro
Post Reply