// TODO - Add in custom element name that this manager is working with.
ceName = "Template Mapping";
// TODO - Add the text for the button to Add New.
request.params.addButtonTitle = "Add New Template Mapping";
// Load the scripts and get the CE Form ID
application.ADF.scripts.loadJQuery();
application.ADF.scripts.loadJQueryUI();
application.ADF.scripts.loadADFLightbox();
request.params.formid = application.ADF.cedata.getFormIDByCEName(ceName);