Conga Product Documentation

Welcome to the new doc site. Some of your old bookmarks will no longer work. Please use the search bar to find your desired topic.

Disabling True-Up All

Button Code

Action

{!URLFOR($Action.Contract.APXT_Redlining__View_Redlines, null, [altId=Contract.Id, disableOpenInWord=true, disableNegotiate=true, disableTrueUp=true, disableSavePdf=true, enableRecursiveMergeSync=true], false)}

This button code disables True-Up and True-Up All.

{!URLFOR($Action.Contract.APXT_Redlining__View_Redlines, null, [altId=Contract.Id, disableOpenInWord=true, disableNegotiate=true, disableTrueUpAll=true, disableSavePdf=true, enableRecursiveMergeSync=true], false)}

This button code enables True-Up but disables True-Up All.