Documentum import component exclude object types and regular expressions in scope customization

666
666
edited March 12, 2017 in Documentum #1

Hello all,

I am trying to customize the import content on webtop 6.6 and i am wondering if the following two things can be done in import_component.xml:

1. If there is a section where i can exclude some object types. There is the tag <document_filter> where can be added entries so only those object types will be added in the current scope. What i am asking if there is something similar to exclude some object type from the current scope.

2. Can be added regular expressions in the scope. For example i can add the location in the scope, <scope location="/cab01/folder01">. But i have the situation when i don't know the path location at the config time so i need to add it as a regular expression. Is this possible?

Thank you!

Tagged:

Comments

  • Alvaro_de_Andres
    edited March 12, 2017 #2

    1. I don't think so, but you'll have to check the component definition to be sure

    2. Not OOTB, you need to code your own qualifier in order to support regexp.