Transform Copilot for Pre-Award streamlines the process of importing and extracting data from solicitation documents, reducing manual data entry and ensuring consistency across pre-award and post-award workflows. The tool provides an intuitive interface for uploading solicitation files, reviewing extracted information, and creating Solicitation records.
Audience
Microsoft Dynamics Administrators
IT Support
Prerequisites
Ensure that TechnoMile's Contracts Suite is already installed and configured. The version of this package must be 2026.1 or higher.
Ribbon Buttons
On installing and configuring the Contracts Suite package, the following ribbon buttons are automatically configured:
Ingest Solicitation
Update Solicitation
Ingest Amendment
The ribbon buttons appear in the following locations:
Solicitation Grid
Solicitation Records
Proposal Records
Configure Proposal Form
NOTE
The configurations mentioned in this section are intended for customers using custom Proposal form. If you are using TechnoMile's Out-of-the-box (OOTB) Proposal form, ignore the following configurations.
Add an AI Summary Section
To add an AI Summary section on the Proposal form:
Go to Power Apps using the App Launcher.
Click Environment and select your current TechnoMile Contracts Suite environment.
Select Solutions, then open the custom solution you want to edit.
Navigate to Tables > Proposal > Forms.
Select Information.
Select the Proposal Details tab, then go to Components > Layout > 1-column section > Add to selected tab.
Drag the newly added section to the top of the page.
Select the newly added section and go to Display > HTML web resource.
In the Add HTML web resource window, select clm_TransformCopilot_PreAward_SolicitationSummary_proposal.html and click Add.
On the Properties tab:
Enter the Name as AI_Summary.
Enable the Hide Label checkbox.
Set the Component width as 1 column, Component height as 1 row, and Scrolling as Never.
Click Save and publish.
Add Form Library
To add the form library:
Go to Form Libraries > Add Library.
Select clm_PreawardTCButtonValidations, and click Add.
The form library is added.
Add On Load Event
Adding an on load event ensures that the AI Summary appears only for Proposal records generated through the Transform Copilot ingestion process.
To add an on load event:
Select the Main form and click Events.
Expand On Load, then click Event Handler.
Under Configure Event:
Select the Library as clm_PreawardTCButtonValidations.
Enter the Function as proposalSummaryonLoad.
Enable the Pass execution context as first parameter checkbox.
Click Done.
Click Save and publish.
Configure Solicitation Form
NOTE
The configurations mentioned in this section are intended for customers using custom Solicitation form. If you are using TechnoMile's Out-of-the-box (OOTB) Solicitation form, ignore the following configurations.
Add an AI Summary Section
To add an AI Summary section to the Solicitation page:
Go to Power Apps using the App Launcher.
Click Environment and select your current TechnoMile Contracts Suite environment.
Select Solutions, then open the custom solution you want to edit.
Navigate to Tables > Solicitation > Forms.
Click Information.
Select the General tab, then go to Components > Layout > 2-column section > Add to selected tab.
Drag the newly added section to the top right of the page.
Select the newly added section and go to Display > HTML web resource.
In the Add HTML web resource window, select clm_TransformCopilot_PreAward_SolicitationSummary.html and click Add.
On the Properties tab:
Enter the Name as Summary.
Enable the Hide Label checkbox.
Set the Component width as 1 column, Component height as 1 row and Scrolling as Never.
Click Save and publish.
Add On Load Event
Adding an on load event ensures that the AI Summary appears only for Solicitation records generated through the Transform Copilot ingestion process.
To add an on load event:
Select the Main form and click Events.
Expand On Load, then click Event Handler.
Under Configure Event:
Select the Library as clm_PreawardTCButtonValidations.
Enter the Function as solicitationSummaryonLoad.
Enable the Pass execution context as first parameter checkbox.
Click Done.
Click Save and publish.
Add TC Ingested Info Section on Solicitation Form
To add the Transform Copilot ingested information section to the Solicitation page:
On the Solicitation form, select the General tab, then go to Components > Layout > 2-column section > Add to selected tab.
Drag the newly added section above the System Information section.
In the Properties panel of the newly added section:
Enter the Label as TC Ingested Info.
Enter the Name as tc_section.
Enable the Hide checkbox.
Under Formatting, set Column to 2 columns and Component Label Position to Left.
Go to Table columns, then drag the Purchase Request field into the TC Ingested Info section.
Similarly, drag the following fields into the TC Ingested Info section.
NAICS Code
For Information Call
Issue Code
Issued By
Delivery
Deliver By
Discount for Prompt Payment Terms
Project Number
Rating
Address Offer To Code
Shipment Code
Ship to/Mark For
Click Save and publish.
Configure Solicitation Amendment Form
NOTE
The configurations mentioned in this section are intended for customers using custom Solicitation Amendment form. If you are using TechnoMile's Out-of-the-box (OOTB) Solicitation Amendment form, ignore the following configurations.
Add AI Summary Section
To add an AI Summary section to the Solicitation Amendment page:
Go to Power Apps using the App Launcher.
Click Environment and select your current TechnoMile Contracts Suite environment.
Select Solutions, then open the custom solution you want to edit.
Navigate to Tables > Solicitation Amendment > Forms.
Select Information.
Select the General tab, then go to Components > Layout > 1-column section > Add to selected tab.
Drag the newly added section to the top of the page.
Select the newly added section and go to Display > HTML web resource.
In the Add HTML web resource window, select clm_TransformCoPilot_PreAward_AmendmentSummary.html and click Add.
On the Properties tab:
Enter the Name as Summary.
Enable the Hide Label checkbox.
Set the Component width as 1 column, Component height as 1 row and Scrolling as Never.
Click Save and publish.
Add On Load Event
Adding an on load event ensures that the AI Summary appears only for Solicitation Amendment records generated through the Transform Copilot ingestion process.
To add an on load event:
Select the Main form and click Events.
Expand On Load, then click Event Handler.
Under Configure Event:
Select the Library as clm_PreawardTCButtonValidations.
Enter the Function as amedmentSummary_onLoad.
Enable the Pass execution context as first parameter checkbox.
Click Done.
Click Save and publish.
