templateConfig = StructNew(); templateConfig.pageTemplate = "main.cfm"; templateConfig.options = "none"; templateConfig.flex = "none"; templateConfig.display = listRest( _objectName, "." ) & ".cfm"; templateConfig.javascript = "none"; templateConfig.requiredPermission = ""; templateConfig.templatePath = "/mstrcfmod/" & listFirst( _objectName, "." ) & "/apps"; /* templateConfig.tabName = attributes.tabName; templateConfig.moduleId = moduleId; if( isDefined( "attributes.view" ) and attributes.view neq "") { request.frameworkView = attributes.view; } else { request.frameworkView = ""; } */ /* what do these do templateConfig.usingAjax = true; templateConfig.usingCalendar = true; */

Invalid Operation