Goal&Deadline Propagation Parent to Child
Hi Everyone!
I have a parent case and the user enters a date in this paremt case . I added a data transform to the section where the user enters the date and set the goal time as 20 days after the date entered by the user and the deadline time as 30 days later. How can I transfer these dates to child case by default when child case is created.
Firstly I tried Data propagation(pxgoal and pxdeadline properties) from case type but it did not work.
Secondly i tried pydefault data transforms in child case ( pxgoal = pyWorkCover.pxgoal ,pxdeadline=pyWorkCover.pxdeadline) But also it did not work.
How can i transfer same goal and deadline times parent to child?( I mean, for example Case created and user enter 01.07.2023 so goal time is 21.07.2023 and deadline time is 31.07.2023. I can see this dates parent case but when i enter child case i also resume and see this dates)