Deleting project from Front End of BCC
Note: This shall delete project along with project's associated process, assets, history.
To delete projects from front end of BCC, perform following steps.
1. Include the following jsp in custom BCC module's war.
File Name: delete-process.jsp
<%@ taglib uri="/dspTaglib" prefix="dsp" %>
<dsp:page><%@page import = "atg.epub.project.*" %> <%@page import = "atg.dtm.*" %>...