Has anyone ran into an issue with scripting agains...
# suitescript
c
Has anyone ran into an issue with scripting against Locations where you do a submitFields and it tells you that you cannot disable the use of bins? I am setting a custom date field via submitFields and thats it. There are no other scripts or workflows running on Location. I've found a workaround to just set the "usebins" property to whatever it currently is set to and add that value to the submitFields and that works but IMO you shouldn't have to do that and help is no help. Error: YOU_CAN_NOT_DISABLE_THE_USE_OF_BINS_BECAUSE_ITEMS_AT_THIS_LOCATION_ARE_ASSOCIATED_WITH_BINS_OR_BECAUSE_BINS_ARE_USED_ON_A_COMPLETED_OR_PENDING_TRANSACTION_AT_THIS_LOCATION Message: You cannot disable the use of bins because items at this location are associated with bins or because bins are used on a completed or pending transaction at this location
s
Have you tried the combinations of
ignoreMandatoryFields
and
enableSourcing
to be true/false?
c
yeah it does it either way
That was my first thought too