Is it possible to write a script to default all ti...
# suitescript
j
Is it possible to write a script to default all time values to 0.00 per day? We're sending all this data to a payroll system and if it doesn't have values in it - it overrides PTO time entered in that Payroll system. Only if it's 0.00 it doesn't override.
a
I wouldn't set the default inside of NS, I'd just have the integration check for that and default if null
j
good point