We have a few ICN plugins where we extend the ICN EntryTemplate panel to pre-fill certain values from FileNet Objects by using AddContentItemGeneralPane.extend . This was working fine with ICN 3.0.3.iFix09 (and CPE-5.2.1.7). After simulating an upgrade of ICN to ICN-3.0.9 (and CPE-5.5.4), this piece of DOJO code is no more getting invoked.
Can you please let me know if this usage has been updated/changed with the newer version of ICN 3.0.9 ?
Thanks a lot in advance for all your feedback and support into the same issue.
Below is the sample code snippet for reference, that was in use in a few ICN plugins with older version of ICN 3.0.3.iFix09. This works fine with ICN 3.0.3, but does not work with ICN 3.0.9 anymore.
AddContentItemGeneralPane.extend({
setTargetLocation: function(folder, repository, objectStore, teamspace, allowBrowse, treatFolderAsRoot, selectInitialFolder) {
..........................................
.........................................
}
});
#IBMContentNavigator(ICN)#Support#SupportMigration