Does anyone know if it is possible to update several Shop Orders at once? I would like to adjust several Shop Orders to their feasible start dates so that in I P A P my colleagues could also plan accordingly.
Any suggestions?
Update ESD According to Material Availability
Best answer by ShawnBerk
Ahhh, ok, I see what you are wanting to do. That function requires performing on a singular shop order for two reasons:
- The API runs against a singular shop order numberBEGIN &AO.Shop_Ord_API.Update_Esd_On_Mtrl_Avail(:p0 ,:p1 ,:p2)
- In order for this to function correctly, each shop order would have to be evaluated on its own merit in the order in which you would decide the priority would be.
What do I mean by that last statement?
Lets say you have 3 shop orders that each require the same part, but you only have 2 of those items on hand. If you ran the reschedule function based on availability for all three at that same time, how would IFS know which is the priority? It can’t, so the function has to be run order by order.
If you consistently have dozens of these types of orders you want to schedule in a single click, you would need to write a function that takes the list of orders selected and a criteria or custom field assigning their relative priority, then the function could run the above API in sequence on each order. That wouldn’t be too hard to setup and program, but you won’t find it out of the box either.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.