How to delete project from Front end of BCC

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.*" %>...

Understang ATG Commerce Product Catalog

Catalog Elements Catalogs- Catalog is a collection of repository items (categories, products, media, etc.) that provides the organizational framework for commerce site.Properties of Catalog:displayName: Name of catalog. It's required field.rootCategories: Root categories of catalog. Categories- Categories organize products into a hierarchy that provides a navigational framework for Websites. Categories can be parents to products or other categories.Properties...