Question

Prevent Over Shipping to a Customer

  • 19 September 2022
  • 1 reply
  • 86 views

Userlevel 4
Badge +8
  • Sidekick (Customer)
  • 19 replies

Is there a way to prevent us from shipping more than what is on the order?


1 reply

Userlevel 6
Badge +15

Hi @jrauh As a General rule, IFSAPP10 Core solution accepts Over deliveries, so if you want to prevent that, the Best option would to go for a small Customization.

However, if you don’t want to go for such Customization, you can use a Custom Event (Additional validation Created using the Core functionalities) to block the Over deliveries. A Simplest form is given below, but you may use a better Logic based on your Business requirements (for the Custom Event Action > Action Details). Otherwise, it could cause some inconvenience to business users,

  1. Custom Event,

 

  1. Event Action,

 

  1. My Customer Order is ready for an Over Delivery (Over Picked 25 units while Sales Quantity is just 10 units),

 

  1. Error when performing Delivery,

 

Reply