system.kanoa.inventory.updateManufacturerField(manufacturerId, field, value, userId)
Updates the manufacturer field with the passed value for the manufacturerId
Parameters
manufacturerId Integer: Id of manufacturer to update
field String: Valid options are manufacturerName, websiteUrl, isActive
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