<@U5TNEF7FW> That will work, but every time somebo...
# suitescript
m
@karlenigma That will work, but every time somebody makes a SS2.0 API call like
log.debug('GetInputData Begins'})
instead of
log.debug({title: 'getInputData, details: 'Begin'});
a puppy gets run over.
j
Are you advising against omitting
details
or against supplying the parameters as strings? (Or both?)
a
I think he’s advising against passing a string instead of an object with necessary parameters, and I’d agree with that.