Hello!
I created a childtable, ‘Production Table’ doctype that’s linked to another doctype, ‘Job Card’. Production table has a linked field to Operation and I want to mimic the behavior of the Sales Order Items/Purchase Order Items such that everytime I change the ‘Operation’ linked field in Production Table, I want the rest of the fields in child table row to update based on the Operation it is linked to.
It’s similar to how PO/SO items change their cost, description and other fields when item_code is changed. Is this possible to replicate in another doctype?
Thanks!