Skip to Main Content

Application Development Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Which filter to use in Custom component for check-in process

Devesh JoshiApr 9 2021

We have a custom Component which is hooking onto the ValidateStandard filter event to do some custom action during each check-in process that satisfies some metadata criteria. We are normally using the Checkin Universal service of WCC for upload.
The problem is that this custom action is performed even if there is a check-in process failure like for example, if the dDocAuthor field does not have any value, check-in fails but still the above custom action is performed.
How to ensure this custom action is performed only upon successful check-in and not during failure. Do we have any other filter event which we can use that executes only upon successful check-in? Or is there any other condition regarding success that we can apply in our logic?

Comments
Post Details
Added on Apr 9 2021
1 comment
465 views