Auto-populate the start date and end date for contract requests

  • Release version: Xanadu
  • Updated August 1, 2024
  • 1 minute to read
  • Configure an extension point implementation to automatically add the start date and end date while creating a contract request.

    Before you begin

    Role required: admin

    Procedure

    1. Navigate to All > System Extension Points > Scripted Extension Points.
    2. In the API Name field, enter sn_cm_core.ContractManagementExt.
    3. Select the record.
    4. In the Related Links section, select Create implementation.
    5. On the Script Include form, fill in the fields.

      For a description of the field values, see Scripted Extension Point form fields.

    6. In the Script field, add a method populateDataForInitiateContractModal to define the fields from which the values will be automatically added in the Start date and End date fields of a contract request.
      You can also define the exact dates for the Start date and End date.
    7. Select Update.