When you check in a document, there is a "Show options" link to display more check-in options.
Is it possible to make this link by-default selected? so user can see these options as soon as they try to check-in a document.
thanks.
Hi,
You need to extend the UCFCheckin class and make the showHideOptions(true) instead of showHideOptions(false) in the initAdditionalOptionsControls method.
Hope this helps.
Rajalakshmi