0

Hi I am suppose to hide a setting in Anywhere when I tried to Comment that setting in Application build.js file which contains all settings its giving me error while previewing. Anyone has any idea on this?

  • Hi there - can you help me understand which connection settings you are trying to hide? Generally, you can go into the app.xml and comment out anything that you don't want to show under the view tag, but depending on where your connection settings are there may be some additional places apply changes to in the platform folder. – Kasey Mar 19 '19 at 20:56

1 Answers1

0

WorkExecution-> app-feature.properties file change

connection.settings.enabled=true to connection.settings.enabled=false

Mohammed Alrifai
  • 131
  • 1
  • 3
  • 13