system.kanoa.inventory.updateCostCenterField(costCenterId, field, value, userId)
Updates the cost center field with the passed value for the costCenterId
Parameters
costCenterId Integer: Id of cost center to update
field String: Valid options are costCenterCode, costCenterName
value String: Value to update to
userId Integer:Id of the user executing the function
Returns
# of records modified Integer
message String None if success
Example