Join our DNN Community    (Newsletter, Tips, Tricks and Forums for DNN Skins & Modules)

 


 
Microsoft Gold Certified Partner - DNN Benefactor

DotNetNuke Powered! 


Monday, December 01, 2008 Register · Login · Contact · Search:  
Company Solutions Portfolio Contact
Forums
General
The ever-powerful ListX module forum. Post your questions, new configuration ideas and reviews.
Subject: retrieve "master ModuleID"

You are not authorized to post a reply.   
Author Messages
ken.stessens
Middleweight
Posts:95

08/22/2008 8:54 AM Alert 
Hello,

I am frequently using master modules. Is there a way to retrieve the ID of that master module?

The only option I see at this moment is to statically assign the master module ID in an ACTION variable, something like
"[MasterModuleID,ACTION]=123"

Thanks,
Ken
pauldes
Immortal
Posts:1392

08/22/2008 9:46 AM Alert 
Select settingvalue from modules join modulesettings on
modules.moduleid = modulesettings.moduleid
where modulesettings.settingname = 'MasterModuleID'
and modules. moduleid = [ModuleId,System]

to get the master tabid

Select settingvalue from modules join modulesettings on
modules.moduleid = modulesettings.moduleid
where modulesettings.settingname = 'MasterTabID'
and modules. moduleid = [ModuleId,System]

ListX....makes you look brilliant, even though you're not.
ken.stessens
Middleweight
Posts:95

08/22/2008 1:18 PM Alert 
Spot on, thanks!
Ken
robert_chumley
Please Wait...
Posts:595

08/25/2008 8:37 AM Alert 
Hey Ken,
Let us know if you need anything further.
Thanks,

Robert Chumley
r2integrated (formally bi4ce)
You are not authorized to post a reply.
Forums > Bi4ce.Modules.ListX > General > retrieve "master ModuleID"



ActiveForums 3.6
Latest Post
 
At R2integrated (formerly Bi4ce), we take support seriously.  That's why we support our customers and DNN community with daily monitoring from our experienced engineering team.  We ask that the first step taken is to read the relevant documentation and support forums prior to submitting any questions that may already be available or have been answered.  We ask that you review the documentation that we provide for our products before posting a question.

The Forums are for our customers to chat, exchange ideas and strategies, and submit feedback.  Please be sure to perform keyword searches for previous related forum responses.

To be helpful when submitting a new item, please include the following: 
  1. DNN Version
  2. Module Version
  3. Admin Log Viewer Information
  4. Environment detail: Operating system, .NET framework version, database and version, IIS version, Browser version (if appropriate)
We always try to respond quickly and monitor the forums daily during business hours (EST).  Occasionally, requests for a specific project requirement may not apply for the free support offered. For project specific support please submit via our Information Request form.

Thank you for using our Forums.

Click here to register for the Forums
 
© 2008 by R2integrated (formerly Bi4ce) | DNN® is a registered trademark of DotNetNuke Corporation