Hi,
Has someone ever tried to make a TBO on a custom type extending a formal record (dmc_rm_formal_record)?
In the TBO, I need, with other thing, to apply the retention and he's actually not happy with it (In my case I can't use the folder to apply the retention).
My question is what did you extend? My first try was to extend DfDocument, but I think I might miss some specific record features...
So I tried to extend FormalRecord... and it is very complicated:
- I had to get the correct jar inside the docbase (not in the class or lib of the webapp RMA)
- I tried to add dependecies, to repackage jar... for the declaration of the TBO through the Application Builder (that needs to fin that FormalRecord.class). The DAB finally refused to let my checkin that TBO...!
Any idea, guess or experience...?
Best regards.