Hi All,
I have requirement for specific documents to be treated differently in a doCheckout method. I am able to override doCheckout method using TBO. For regular documents, i call super.doCheckout() to work as usual but for specific documents doCheckout should not retrieve file from file store and make the object locked for the user who can edit only metadata not the content. Please help how this can be achieved.
Thanks