<@U9U62UJMD> A healthy way of writing scripts that...
# suitescript
n
@fkrauthan A healthy way of writing scripts that have different configurations on different environments is that you use runtime.envType in your scripts so they can basically do their part based on the environment. E.g you can get Environment and check if it's production then deliver what you are doing else you can just return from the script.