--- moved to utl_initApplications.cfm --->

Client

Session ClientStruct

No session.clientStuct

Full Session

Full Request

SELECT CountryID, Country, country2dCode, countryAbbrev, MajorYN FROM tbl_UT_Countries WHERE countryId in ( ) ORDER BY Country select 'OPR' partnerType, opr.operatorId partnerId, opr.companyName partnerName, opr.territoryId, opr.oprType priority from tbl_OPR_ClientOperators opr with (nolock) where opr.fsltablecode = and opr.ownerId = and opr.crmActive = 'Y' and opr.territoryId in ( ) and opr.mfr_bsr_id2 = union select 'CDR' partnerType, cdr.cdr_recordId partnerId, cdr.cdr_dstname partnerName, cdr.cdr_territoryId territoryId, cdr.cdr_priority priority from tbl_CDR_Distributors cdr with (nolock) where cdr.fsl_tablecode = and cdr.ownerId = and cdr.crmActive = 'Y' and cdr.cdr_dstcompanytype <> 'O' -- direct ship other and cdr.cdr_territoryId in ( ) and cdr.mfr_bsr_id2 = select *, upper( partnerName ) partnerName_sort from qmd_myCustomersCorner order by partnerType, partnerName_sort --->
---> StructAppend( request, request.portalConfiguration.themeConfig.requestAttrs, "false" );