function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
vineesha podugu 7vineesha podugu 7 

Quick Start:Heroku Connect-- Change and Redeploy the Application

Hi All,
I am trying to do Trailhead module about Heroku Connect module 
The application's server.js file in the root directory contains the server-side Node.js application. If you edit that file, you see the SQL statement used to update the database:UPDATE salesforce.Contact SET Phone = $1, MobilePhone = $1 WHERE ...
I couldn't find any such file containing the UPDATE salesforce.Contact SET Phone = $1, MobilePhone = $1 WHERE ... 
 please help
Uvais KomathUvais Komath
Did u complete rest of the steps correctly?
vineesha podugu 7vineesha podugu 7
yes uvais... i have completed rest of the steps correctly....
M ParnellM Parnell
I'm having the same issue, and I've completed the steps correctly.
Ryan 00DRyan 00D
Should be where you downloaded the package locally. Try searching server.js from the start menu.