Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
A List for ControlID
Stanford
Hi everyone!
Does anyone out there have an enum list of ControlID's and which field they map to? this is the same ControlID as:
* MHGROUP.FORM_CONTROLS.CONTROL_ID
and
* MHGROUP.TEMPLATE_CONTROLS.CONTROL_ID in the SQL database.
as well as
* IManage.IManControl.ControlID in the SDK
I know I can easily get a list of the unique ID's, but I need a list of what each ID mean (ie: which field they map to), or a way of looking it up from either a table or somewhere.
Any help would be appreciated.
Thanks
Stanford
(Sydney)
Find more posts tagged with
Comments
Stanford
NVM. I got my reply via support. In case anyone else is interested:
select distinct control_id, profile_reference, help_string from mhgroup.palette
Cheers