Instructions by Business Partner in Operation Work Orders

Sergio Fernandez

Hi everybody,

In Beas is possible to add default instructions in the operations according to the item that is being manufactured.

But I don't know if it is possible to add default instructions depending on the business partner (When the work order is based on a sales order).

I think it would be a good idea.

 

 

Thank you,

Kind Regards.

Comments

2 comments

  • Comment author
    Alvaro Herrero

    Very helpful to cover each requirements customers on work order

    0
  • Comment author
    Juan Sánchez Castillo

    You can do it by programming a beasscript on workordermanagement.src: function postcreateworkorder

    Use "e_typ" variable to detect "customer order to workorder" type.

    You can create a "customized table" where you can maintain cardcode vs operation instruccions.

    On the script you only have to modify / append text (you can use a field on the table in order to decide when modify or when to append) from the "customized table" on operation instruccions field.

    It is not very difficult to build this functionality with beasscript.

    Best regards.

    0

Please sign in to leave a comment.