-1

Oracle ATG OOTB dones not provide a option to select all list type items and deleting all in a single click.

Ex: Create a BCC project, Go to any particular product and you will find many SKU's for that product(if it was already added). There is a "-" symbol to delete against eack and every SKU to delete but i wanted to delete the SKU's that the count is 500 on my catalog where i can not click in "-" symbol 500 times.

Pleas help me on this.

Thanks in advance

bated
  • 960
  • 2
  • 15
  • 29
  • 1
    Which version of ATG are you using, since customising the BCC interface is different depending on which version you are using. I'm not saying it is possible but we can't help you if you don't give us enough information. – radimpe Jul 21 '16 at 19:46

1 Answers1

0

I think you should have at least 2 options:

  1. The assets management in the BCC, It should named like 'Site Assets' or 'Browse Assets', it supports multi-select:

enter image description here

  1. Use the startSQLRepository. You should create several fake datasource and an xml include of a lot of remove-item, then create an BCC project with startSQLRepository, deploy it in BCC then you are all done. For more information, see the docs here and here.
Tim Malone
  • 3,364
  • 5
  • 37
  • 50
  • Not sure if either of these answers the original question. The OP wants to delete many skus related to a single product. The `Asset Browse` option you provide here doesn't allow you to search for the skus based on a parent product. Your `startSQLRepository` approach doesn't give them an interface to work with so not sure that is an option either. – radimpe Aug 02 '16 at 06:05