Saturday, July 03, 2010

How to create a new Panel / PanelStack in ATG CSC

 

This is at a macro level without going into the details of each activity.

  1. Create Panel stack definition in ServiceFrameWorkRepository_production repository.
    If you don’t know where to locate it, go to /atg/registry/ContentRepositories and it should be listed in there.
  2. Create Panel Definition in ServiceFrameWorkRepository_production repository
  3. Create access right in InternalProfileAdaptorRepository
  4. Grant the access right for this panel to a role.
  5. Add the Panel name to the list of panels in FrameworkComponents.properties
  6. Connect the Panel stack to the Tab under which it should be appearing.

    That’s all there is to it.

Thanks