As you can see in the above screenshot work order no 0076 is been book twice, I want it should be booked once only
As you can see in the above screenshot work order no 0076 is been book twice, I want it should be booked once only
can you please show me how to do that
There are several ways:
1 - Limit the Resource Requirements view at the bottom of the Schedule Board so it does not show the Work Order if its already booked
2 - Create a plugin to throw an plugin exception to count and check the number of bookings connected to the work order if there is more than 1 booking.
3 - Create a new field on the work order to hold the number of bookings created. When a booking is created you use a workflow to increment the field by 1 and also throw an error if the number is already 1. (You would have to maintain this field somehow. Such as updating the number if a booking is cancelled or deleted)
André Arnaud de Cal... 291,431 Super User 2024 Season 2
Martin Dráb 230,503 Most Valuable Professional
nmaenpaa 101,156