#GetCurrentTemplatePath()#
select * from qmd_directory where type = 'Dir'
select portal_ownerId, portal_ownerType
from fsenablers..tbl_CUS_Websites
where portal_name =
and portal_ownerId is not null
and portal_ownerType is not null
#instanceName# #applicationCode#
insert into fsenablers..tbl_APP_Configurations (
applicationCode, applicationInstance, ownerId, ownerType, parameterName, parameterType, parameterValue
) values (
,
'*', 0, '*',
,
'String',
)
insert into fsenablers..tbl_APP_Configurations (
applicationCode, applicationInstance, ownerId, ownerType, parameterName, parameterType, parameterValue
) values (
,
,
,
,
,
'String',
)
/* #applicationCode#
#instanceName#
#qmd_ownerLookup.portal_ownerId#
#qmd_ownerLookup.portal_ownerType#
#parameterName# #config[parameterName]#*/