Skip to main content
New

Edit CLM Agreement Attributes should accept variables as an input type.

Related products:CLM
  • December 2, 2024
  • 0 replies
  • 12 views
  • kim.ayers
    kim.ayers
  • Hengfeng Ge
    Hengfeng Ge
  • mshealy
    mshealy
  • mr1

  • Conversation Starter
  • 6 replies

Currently, for many of the built-in attributes (Default Document Attributes) the only way to update with a non-hardcoded (configurable) value is Expression.

 

e,g, Configure the Renewal Term Units

This incurs a +/- 500ms round trip delay and places (often unnecessary) load on the expression value - only to evaluate an expression that is is usually as simple as:

GetVariableValue("RenewalUnits");

 

Allowing the use of variables, via:

  • Selection and/or
  • Variable Expansion (e.g. ‘<%#Variable.RenewalUnits%>

Would place less load on the system, be simpler to configure/debug and run ‘MUCH’ faster.

0 replies

Be the first to reply!