We have implemented lot of functionalities on Load of EntryTemplate from Browse-->Folder using aspects.
But for AddDocumentUsingEntryTemplate we are using the aspect:
aspect.after(LayoutPropertiesPane.prototype, "renderAttributes", function(attributeDefinitions, item, reason, isReadOnly, params){}).But this is getting invoked for Browse-->Folder Entry Templates.
Can we have any point to check whether it is AddDocumentUsingET or from Browse-->File inside the aspect so that we can put a check/condition and this piece of code will work will work only for AddDocumentUsingEntryTemplate.
It would be helpful to have code snippet.
#IBMContentNavigator(ICN)#Support#SupportMigration