update tbl_CUS_Websites
set portal_name = ,
portal_theme = ,
portal_corpsiteurl = ,
portal_corpsiteurl_preview = ,
portal_corpsiteurl_dev = ,
portal_datasource = ,
portal_datasource_preview = ,
portal_datasource_dev =
WHERE websiteid =
inserting #qmd_portalConfigurationParameters.paramId# as #formParamValue# on website #form.websiteId#
insert into tbl_CUS_WebSiteConfigurations
( websiteid, paramid, paramvalue )
values
( , , )
updating #qmd_portalConfigurationParameters.paramId# to #formParamValue# on website #form.websiteId#
update tbl_CUS_WebSiteConfigurations
set paramValue =
WHERE websiteid =
AND paramID =
deleting #qmd_portalConfigurationParameters.paramId# from website #form.websiteId#
delete from tbl_CUS_WebSiteConfigurations
where websiteid =
and paramid =