// Set the Parameters for the "genericElementManagement" custom script
attributes.elementName=application.ptCourseCatalog.getSchoolCEName();
attributes.showaddbuttons=true
attributes.appBeanName = "ptCourseCatalog";
attributes.appParamsVarName = "elementManagementParams";
attributes.configVersion="2.0";
if ( !StructKeyExists(attributes,"customAddButtonText") OR LEN(TRIM(attributes.customAddButtonText)) EQ 0 )
attributes.customAddButtonText="Add New School";
// Load the Course Catalog App Admin CSS File
application.ptCourseCatalog.catalogRenderService.renderCourseCatalogAdminCSS();