Previous Topic: Use the Change Scheduler Example

Next Topic: Modify Change Order Duration Background Color

Set the Maximum Number of CIs

You can set the maximum number of CIs that display in the change scheduler.

To set the maximum number of CIs

  1. Open NX.env.

    You can locate this file in the following directory:

    $NX_ROOT\
    
  2. Modify the value of @NX_CHANGE_SCHEDULER_MAX_CI_CNT to the maximum number you want.

    Note: By default, the variable is set to 100. If you set the maximum number of CIs greater than 100, only the first 100 display and you get a warning.

  3. Save NX.env and cycle CA SDM.

    The maximum number of CIs is set.

Example: Set the Maximum Number of CIs to 25

With the following setting, only the first 25 CIs will display on the change scheduler.

@NX_CHANGE_SCHEDULER_MAX_CI_CNT=25