Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Begin transaction
update [ecm.cloud].[dbo].[SystemSettings]
set value ='Auth Token'
where SystemSettingId ='F3CA754B-9B7B-493A-B622-00CDAE43445F'
update [ecm.cloud].[dbo].[SystemSettings]
set value ='Account SID'
where SystemSettingId ='C73ABD0C-F803-4341-992D-2EE72FF2393F'
update [ecm.cloud].[dbo].[SystemSettings]
set value ='Phone Number'
where SystemSettingId ='E249932E-F457-4F8B-A94E-5826BC46F065'
Select * from SystemSettings
where name like '%twilio%'
Commit
Select * from SystemSettings
where name like '%twilio%'
  • Click Execute to solidify changes to database.
  • Navigate to C:\inetpub\ECM\ECM\.
  • Edit ecm.web config.
  • Change the Phone Number section and input the new number purchased.
  • Save and Close.
  • Completed.