I prefer the separate file for each entry point. I...
# suitescript
e
I prefer the separate file for each entry point. I find folder structures easier to navigate than lengthy source code files. Also makes that module more reusable. If I make a Workflow on Customers that uses some Action that I place in
workflows/customers/
, then I want that same Action on Leads and Contacts, now where does my Action source go?