Question
Create a child case from repeat Grid in parent case.
we have a repeat grid on UI each row in grid has a button .
when user choose a row and click on button system should create child case and associate to parent case.
user should be able to continue working on parent case.
approach followed is:
on click of button calling activity pxAddChildWork
and saving case .
issue we are facing is : pyworkpage remains same but the newassignpage is of child case.
hence erroring out: Either no actions are specified for this assignment or you do not have the permission to access any of them
Did you try using AddCoveredWork instead of pxAddChildWork? This look like a generic issue as per the design pattern you have followed.