md wizard
Database Table
Name
|
md_wizard |
Prefix
|
wiz |
Group Item
|
Wizard |
Initial Build
|
2006.02 |
Overview
md_wizard is a metadata table. Wizard titles, button information, and other Wizard properties are stored in this table.
Columns
wiz_key |
Unique Key |
av_key |
|
wiz_title |
Wizard Title |
nvarchar(100) |
|
wiz_description |
Description |
nvarchar(250) |
|
wiz_icon_file |
Icon File |
nvarchar(100) |
|
wiz_show_progress |
Show Progress |
av_flag |
|
wiz_show_progress_top |
Show Top Progress |
av_flag |
|
wiz_obj_key |
Primary Progress Bar Object |
av_key |
|
wiz_top_buttons |
Top Buttons |
av_flag |
|
wiz_top_cssclass |
Top CSS Class |
nvarchar(50) |
|
wiz_bottom_buttons |
Bottom Buttons |
av_flag |
|
wiz_bottom_cssclass |
Bottom CSS Class |
nvarchar(50) |
|
wiz_left_buttons |
Left Buttons |
av_flag |
|
wiz_left_cssclass |
Left CSS Class |
nvarchar(50) |
|
wiz_restart_first_page |
always start on step 1? |
av_flag |
|
wiz_right_buttons |
Right Buttons |
av_flag |
|
wiz_right_cssclass |
Right CSS Class |
nvarchar(50) |
|
wiz_add_user |
Add User |
av_user |
|
wiz_add_date |
Add Date |
av_date |
|
wiz_change_user |
Change User |
av_user |
|
wiz_change_date |
Change Date |
av_date |
|
wiz_delete_flag |
Delete Flag |
av_delete_flag |
|
wiz_entity_key |
Entity Key |
av_key |
|
Child Tables
cm_group_item_link |
wiz_key |
cgl_wiz_key |
cgl_wiz_key = wiz_key |
md_wizard_step
|
wiz_key |
wzs_wiz_key |
wzs_wiz_key = wiz_key
|