RouteDisable

RouteDisable can be used to disable some sending routes. E.g. if you have a customer who only wishes to receive their invoices as paper, you can disable email and relay sending altogether by setting them true. Then Maventa will only try to send the invoice by the last available option which is paper.

NOTE! Internal delivery in the Maventa network cannot be disabled and is always the prefered option.

1 #Disable email sending
2 member :email, :boolean
3 #Disable paper sending
4 member :paper, :boolean
5 #Disable electronic relaying
6 member :relay, :boolean

Also available in: HTML TXT