Contract Create Form Optional Details Changes
After careful consideration of usage patterns and feedback from our customers, we have decided to hide the "Allow for re-negotiation when contract expires" checkbox from the contract creation step.
Because the checkbox is now hidden by default, to bring it back, you can use the following:
Showing the Allow for re-negotiation when contract expires checkbox:
window.hapi.ui.service.showElement("[id=contracts-add-optional-details-allow-renegotiation-checkbox-div]")
Hiding back (after showing, because it is already hidden now) the Allow for re-negotiation when contract expires checkbox:
window.hapi.ui.service.hideElement("[id=contracts-add-optional-details-allow-renegotiation-checkbox-div]")