Start a new topic

Viewing 'common' business logic code in the web console

Hello,



Where can I view the business logic code that's in my 'common' directory using the web console? I see where I have links to the collection hooks and custom endpoints but I don't see where I can determine and review the common code that's deployed to an environment.



Thanks,



Brice Mason
1 Comment

Hey Brice - actually, you can't access common BL code from the web interface. Generally speaking, if you are using the command line tool, you shouldn't be editing code via the web interface as well. Otherwise, your code will diverge (changes made via the web interface won't be reflected in your local copies, and would be overwritten the next time you deploy).



Let me know if you have any other questions!
Login or Signup to post a comment