Hello,
I just tried to run the example code but it failed because of syntax error.
It was a extra ")" on this line "Logger.log("Budget Order [" +
budgetOrder.getName() + "] base spending limit: " + limitText));"
Here is a working piece of code:
function main() {
getBaseSpendingLimit()
}
fu
Hello!
I have some trouble with batch jobs that just get canceled without running,
some of my batch jobs works just fine or return some error(s), but these
seems to not run at all and get canceled after some hours. I had a look
into the documentation but couldn't find anything helpful.
Her