Skip to main content

system.kanoa.lot.deleteRouteStep(routeStepId, userId)

The function deletes a route step from the mes.routeStep table.


Parameters

routeStepId Integer
userId Integer: Id of user executing the function


Returns

# of records modified Integer
message String None if success


Example

# Delete a specific route step
recordsModified, msg = system.kanoa.lot.deleteRouteStep(5001, 123)