Documentation Index

Fetch the complete documentation index at: https://docs.zilliant.com/llms.txt

Use this file to discover all available pages before exploring further.

Additional Data for Proposal Generation

Prev Next

Purpose

Allows you to run a script to get additional data for the proposal generation.

Setup

Upload the script for Additional Data for Proposal Generation.

For details about uploading and configuring Groovy scripts, read Upload a Groovy script.

Binding variables

In addition to the common binding variables, the following binding variables are available for this extension point.

Variable name

Class

Description

salesItemsTree

SalesItemsTree

Represents the quote or the Quote object associated with the agreement under negotiation. It contains the functions that you can use to query and modify the quote or agreement and its line item data.

activeObject

String

Quote or agreement URI.

For details about the classes listed in this table, including available methods, fields, and method signatures, see the Zilliant Groovy API reference.

Expected output

The script should return additional parameters in the reportMap map, where key is String and value is Object.

Script execution

The script that you upload for this extension point runs automatically when a user generates a proposal from a quote or an agreement.