from pathlib import Path html = r''' Repair Price Research

Repair Price Research

Salesforce launch page for pricing research. This page accepts Product2 context, pre-fills the model number, supports vendor review, and can submit a selected result into the Google Sheets queue for MuleSoft processing.

Product Record ID
Not provided
Model Number
Not provided

Search Input

This page reads the model number from the Salesforce URL and pre-fills it below. It can launch vendor searches in new tabs, then queue the selected result to Google Sheets.

Status

Ready. Waiting for Product2 context or manual search input.
Ready

Queue Selected Result

After reviewing vendor pages, enter the chosen result below. This sends one queue row to Google Sheets for MuleSoft to process into Salesforce.

Configured Vendor Search Targets

Radwell
radwell.com
GES Repair
gesrepair.com
Galco
galco.com
Industrial Repair
industrialrepair.net
Control System Labs
controlrepair.com
Classic Automation
classicautomation.com
''' path = Path('/mnt/data/index_cloudflare_repair_price_research.html') path.write_text(html, encoding='utf-8') print(str(path))