Skip to main content
I have 3 objects Services , Cases and Work order. Services is a lookup to cases and workorder objects. So workorders can be created from Cases and Services as well. When the Workorder is created from Case how we could  autocapture the ServiceId . Much appreciate your help.

 

 
2 respuestas
  1. 25 abr 2019, 06:22
    If their is some businees logic, then Trigger can be written on insert of workOrder.

     

    Which will query Case related Services and update ServiceId present in workorder.
0/9000