Does anyone know if webservices integrations (such...
# suitescript
b
Does anyone know if webservices integrations (such as Boomi) creates records in Dynamic mode or in Deferred Dynamic mode? Having an issue updating a field (a sale order’s
handlingcost
) and I suspect it may be related to this
b
webservices dont use dynamic mode, though im not sure how that matters
b
it matters because in SuiteScript I’m able to reproduce the problem with
handlingcost
when I’m trying to save a record in Deferred Dynamic mode
But in Dynamic mode it seems like I’m able to update that field correctly
Not sure if it’s a legit bug or if
handlingcost
is just a really weird field