Configuring Old Activation UI
You can opt to use the old activation UI instead of the new activation UI.
CLM for Salesforce
list_alt
You can opt to use the old activation UI instead of the new activation UI.
Sample
IF (OR(ISPICKVAL(Apttus__Status_Category__c,"In
Signatures"), ISPICKVAL(Apttus__Status_Category__c,"In Filing"),
AND(ISPICKVAL(Apttus__Status_Category__c,"In
Authoring"),ISPICKVAL(Apttus__Source__c,"Other Party Paper"))),
IF(OR($User.UIThemeDisplayed == 'Theme4d', $User.UIThemeDisplayed ==
'Theme4t'), HYPERLINK("/apex/Apttus__LightningAgreementActivate?id="
&Id, IMAGE("/resource/Apttus__Button_Activate", "Activate"),"_self") ,
HYPERLINK("/apex/Apttus__AgreementActivate?id=" &Id,
IMAGE("/resource/Apttus__Button_Activate",
"Activate"),"_self")),NULL)