Hello, is it possible to execute a map/reduce script as a non-administrator role? I am unable to update the execute as role as a deployment option. Thank you.
how about if we need the script to run at a specific interval? we are running into an issue where the map/reduce script when it approves the transaction is overriding the accounting period
b
battk
11/08/2024, 7:24 PM
you probably want to write better script logic to do that
battk
11/08/2024, 7:24 PM
the only scheduled options in suitescript run as administrator
battk
11/08/2024, 7:26 PM
theoretically you can trigger the map/reduce script to run whenever you want with a restlet that you make requests to from a system with better scheduling options
battk
11/08/2024, 7:26 PM
but thats a lot of work/money for a problem that can be solved with better logic