Question

mirror checkbox

  • 3 September 2020
  • 2 replies
  • 185 views

Userlevel 3
Badge +7
Hello,Would it be possible to have a mirror of the “warranty repair” checkbox of customer orders in the window of shop order. If the user checks in shop order, the checkbox is checked in the sales order (as example)

 

Thank you.


2 replies

Userlevel 2
Badge +2

If you want the check box in both screens can update the values. You have to create an event action to submit a commend to background job and that command will be updated the value in another screen for you. 

 

For your example,

User checked in customer orders in background event action start to create a background job. That will update your check box in shop order. 

Also, if user unchecked in shop order in background event action start to create a background job again to update the value in customer order.

 

Does it help?

Userlevel 3
Badge +7

hello,

which event type i have to choose ? 

 

thank you.

Reply