Rank: Advanced Member Groups: Beta tester
, Member
Joined: 5/19/2006 Posts: 26 Points: 0 Location: United States
|
Brainstorming Session by Tom Harris...:)
Item 1... I am working on a Module that requires 2 Lookup tables. A category table and a Source table. I have by necessity created 3 separate modules. One for the Main Module and 2 others for the Lookup tables.
Both of the lookup tables need to be created and pre-populated. 1. Can an interface be added to pre-populated any field of any created lookup tables or any other table?
2. Can it all be done in one Module? If not could an interface be created to add multiple modules to one project file.
Thanks Tom
|
Rank: Administration Groups: Administration
, Beta tester, Member
Joined: 5/22/2006 Posts: 167 Points: 291 Location: Netherlands
|
Lookups and there respective interface are already created by a module if you choose lookup type for your field. This can be lookups to standard DotnetNuke tables, or to your own tables in other modules.
With DNNKickStart now (1.7.10) you need to create three modules for the example you mentioned:
Category module Source module custom module
In this case the code and interface for the lookups in the custom module are created in the custom module.
|